CI Test
This commit is contained in:
@@ -4,3 +4,8 @@ REPO_NAME=my-repository
|
||||
IMAGE_TAG=latest
|
||||
CI_GITEA_USER=<gitea-user>
|
||||
CI_GITEA_TOKEN=<gitea-token>
|
||||
|
||||
API_BASE_URL=http://localhost:8080
|
||||
KEYCLOAK_BASE_URL=http://localhost:8280
|
||||
KEYCLOAK_REALM=skamp
|
||||
KEYCLOAK_CLIENT_ID=skamp-app
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
const apiBaseUrl = 'https://skamp-api.iwomm.de';
|
||||
const keycloakBaseUrl = 'https://auth.iwommt.de';
|
||||
const keycloakRealm = 'skamp';
|
||||
const keycloakClientId = 'skamp-app';
|
||||
const apiBaseUrl = 'https://enerport-api.moz-tech.de';
|
||||
const keycloakBaseUrl = 'https://auth.moz-tech.de';
|
||||
const keycloakRealm = 'enerport';
|
||||
const keycloakClientId = 'enerport-app';
|
||||
|
||||
export const environment = {
|
||||
production: true,
|
||||
|
||||
Reference in New Issue
Block a user