config: API 서버 host 개발기로 변경(211.119.124.9)

dev
Jonguk. Lim 6 months ago
parent 7b53dfd2ba
commit d379aec209

@ -45,6 +45,10 @@ propertyService:
# - encoding: UTF-8 # - encoding: UTF-8
# filename: classpath*:properties/your-file-02.properties # filename: classpath*:properties/your-file-02.properties
app:
file:
root:
path: /data/adds/files/
--- ---
spring: spring:
config: config:
@ -66,6 +70,9 @@ propertyService:
app: app:
api: api:
host: http://localhost:9076 host: http://localhost:9076
file:
root:
path: d:/data/adds/files/
--- ---
spring: spring:

Loading…
Cancel
Save