This repository has been archived on 2025-04-26. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
employeeService/src/app/environments/environment.ci.ts

4 lines
90 B
TypeScript

export class Environment {
public static readonly BASE_URL = "http://employee:8089";
}