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

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