Update k8/configmap.yaml
Some checks failed
ci / build (push) Has been cancelled

This commit is contained in:
Michal.Wrobel 2025-04-14 13:05:50 +00:00
parent 4613c3e5ad
commit 36333e7316

View file

@ -15,3 +15,8 @@ data:
spring.mail.properties.mail.smtp.starttls.enable=false spring.mail.properties.mail.smtp.starttls.enable=false
cors.allowed-origin=http://silly-game-service.silly-game.svc.cluster.local cors.allowed-origin=http://silly-game-service.silly-game.svc.cluster.local
environment.ts: |
export const environment = {
production: false,
apiBaseUrl: 'http://silly-game-service.silly-game.svc.cluster.local'
};