CI Test
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 52s
Build and Push Docker Image / deploy (push) Successful in 4s

This commit is contained in:
Murat Özkorkmaz
2025-10-21 23:23:19 +02:00
parent ce739ba70c
commit 5de0dfc75b
2 changed files with 9 additions and 4 deletions

View File

@@ -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

View File

@@ -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,