fix: 로컬 개발 설정 적용

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

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

Loading…
Cancel
Save