fix: 로컬 개발 설정 적용

dev
Jonguk. Lim 5 months ago
parent 8908eb3871
commit 28da3003bf

@ -44,7 +44,7 @@ messageSource:
propertyService: propertyService:
properties: properties:
- tempDir: C:\temp - tempDir: ${user.home}/temp
- pageUnit: 10 - pageUnit: 10
- pageSize: 10 - pageSize: 10
# 테스트를 위해 permitAccess 설정 # 테스트를 위해 permitAccess 설정
@ -60,7 +60,7 @@ propertyService:
app: app:
file: file:
root: root:
path: /data/adds/files/ path: ${user.home}/data/adds/files/
--- ---
spring: spring:
config: config:
@ -77,17 +77,12 @@ spring:
propertyService: propertyService:
properties: properties:
- tempDir: C:\temppp
- defaultPassword: 0 - defaultPassword: 0
app: app:
api: api:
host: http://211.119.124.9:9076 host: http://211.119.124.9:9076
#host: http://localhost:9076 #host: http://localhost:9076
file:
root:
#path: d:/data/adds/files/
path: /data/adds/files/
--- ---
spring: spring:
@ -108,9 +103,12 @@ server:
propertyService: propertyService:
properties: properties:
- tempDir: C:\temp - tempDir: /data/adds/temp
- defaultPassword: 0 - defaultPassword: 0
app: app:
api: api:
host: http://211.119.124.9:9076 host: http://211.119.124.9:9076
file:
root:
path: /data/adds/files/

Loading…
Cancel
Save