|
|
|
@ -50,7 +50,7 @@ decorator:
|
|
|
|
|
app:
|
|
|
|
|
api-ip: 103.145.215.46
|
|
|
|
|
# 강제로 swagger-url을 지정해야 하는 경우만 선언
|
|
|
|
|
#swagger-url: 'http://103.145.215.46:${server.port}${server.servlet.context-path:}/'
|
|
|
|
|
swagger-url: 'http://103.145.215.46:8081/${server.servlet.context-path:}/'
|
|
|
|
|
# Spring Security cors 설정 :: CorsConfiguration 설정 값
|
|
|
|
|
cors:
|
|
|
|
|
allowed-origins: http://localhost, http://${app.api-ip}, http://localhost:8082, http://${app.api-ip}:8082, https://ens.sisul.or.kr
|
|
|
|
|