운영환경처리
This commit is contained in:
@@ -70,3 +70,11 @@ train:
|
||||
containerPrefix: kamco-cd-train
|
||||
shmSize: 16g
|
||||
ipcHost: true
|
||||
|
||||
# CORS 설정 (개발 환경)
|
||||
cors:
|
||||
allowed-origins:
|
||||
- https://kamco.training-dev.gs.dabeeo.com
|
||||
- http://localhost:3002
|
||||
- http://192.168.2.109:3002
|
||||
- http://192.168.2.109:7100
|
||||
|
||||
@@ -70,3 +70,8 @@ train:
|
||||
shmSize: 16g
|
||||
ipcHost: true
|
||||
|
||||
# CORS 설정 (운영 환경)
|
||||
cors:
|
||||
allowed-origins:
|
||||
- https://train-kamco.com
|
||||
|
||||
|
||||
@@ -54,6 +54,12 @@ logging:
|
||||
web: INFO
|
||||
security: INFO
|
||||
root: INFO
|
||||
|
||||
# CORS 설정
|
||||
cors:
|
||||
allowed-origins:
|
||||
- http://localhost:3000
|
||||
- http://localhost:3002
|
||||
# actuator
|
||||
management:
|
||||
health:
|
||||
|
||||
Reference in New Issue
Block a user