feat(ci): add CI environment configuration and replace URL
This commit is contained in:
parent
aceb2e953c
commit
17f20461f8
4 changed files with 18 additions and 1 deletions
4
src/app/environments/environment.ts
Normal file
4
src/app/environments/environment.ts
Normal file
|
@ -0,0 +1,4 @@
|
|||
|
||||
export class Environment {
|
||||
public static readonly BASE_URL = "http://localhost:8089";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue