This commit is contained in:
parent
4613c3e5ad
commit
36333e7316
1 changed files with 6 additions and 1 deletions
|
@ -14,4 +14,9 @@ data:
|
|||
spring.mail.properties.mail.smtp.auth=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