This commit is contained in:
parent
4613c3e5ad
commit
36333e7316
1 changed files with 6 additions and 1 deletions
|
@ -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'
|
||||||
|
};
|
Loading…
Reference in a new issue