feat(ci): add CI environment configuration and replace URL

This commit is contained in:
Jan K9f 2025-01-17 10:41:01 +01:00
parent aceb2e953c
commit 17f20461f8
Signed by: jank
GPG key ID: 50620ADD22CD330B
4 changed files with 18 additions and 1 deletions

View file

@ -0,0 +1,4 @@
export class Environment {
public static readonly BASE_URL = "http://localhost:8089";
}