|
@@ -1,5 +1,5 @@
|
|
|
server:
|
|
|
- port: 8091
|
|
|
+ port: 8076
|
|
|
spring:
|
|
|
mvc:
|
|
|
pathmatch:
|
|
@@ -28,7 +28,7 @@ spring:
|
|
|
password: gyeepd@123
|
|
|
databasesecond:
|
|
|
driver-class-name: org.postgresql.Driver
|
|
|
- url: jdbc:postgresql://10.81.3.151:5432/configuration_software
|
|
|
+ url: jdbc:postgresql://10.81.3.151:5432/IMS_NEM_JN
|
|
|
username: postgres
|
|
|
password: postgres
|
|
|
|
|
@@ -48,4 +48,5 @@ logging:
|
|
|
logback:
|
|
|
rollingpolicy:
|
|
|
#max-file-size: 9MB
|
|
|
- file-name-pattern: server.%d{yyyy-MM-dd}.%i.gz
|
|
|
+ file-name-pattern: server.%d{yyyy-MM-dd}.%i.gz
|
|
|
+ total-size-cap: 30GB
|