server.servlet.context-path=/silly-game-api
All checks were successful
ci / build (push) Successful in 2m30s
All checks were successful
ci / build (push) Successful in 2m30s
This commit is contained in:
parent
608fdec2a2
commit
790399115a
1 changed files with 3 additions and 1 deletions
|
@ -7,4 +7,6 @@ spring.mail.password=
|
|||
spring.mail.properties.mail.smtp.auth=false
|
||||
spring.mail.properties.mail.smtp.starttls.enable=false
|
||||
|
||||
cors.allowed-origin=http://silly-game-backend-service.silly-game.svc.cluster.local
|
||||
cors.allowed-origin=http://silly-game-backend-service.silly-game.svc.cluster.local
|
||||
|
||||
server.servlet.context-path=/silly-game-api
|
Loading…
Reference in a new issue