修改docker配置文件
This commit is contained in:
parent
6145e97bb9
commit
587b932098
@ -1,13 +1,13 @@
|
|||||||
server:
|
server:
|
||||||
port: 7011
|
port: 7012
|
||||||
ip: 1.24.238.149
|
ip: 1.24.238.149
|
||||||
url: http://${server.ip}:37210/population
|
url: http://${server.ip}:37210/library
|
||||||
system-title: 人口信息系统
|
system-title: 知识库系统
|
||||||
system-sub-title: 人口信息
|
system-sub-title: 知识库
|
||||||
#default-index-page:
|
#default-index-page:
|
||||||
nav-page: ${api-path.user-center-2}
|
nav-page: ${api-path.user-center-2}
|
||||||
servlet:
|
servlet:
|
||||||
context-path: /population
|
context-path: /library
|
||||||
|
|
||||||
spring:
|
spring:
|
||||||
login-url: /oauth/login
|
login-url: /oauth/login
|
||||||
@ -28,7 +28,7 @@ spring:
|
|||||||
max-request-size: 1GB
|
max-request-size: 1GB
|
||||||
datasource:
|
datasource:
|
||||||
druid:
|
druid:
|
||||||
url: jdbc:mysql://192.168.158.18:3306/db_smart_city_population?useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&autoReconnect=true&failOverReadOnly=false&useSSL=false&serverTimezone=UTC&nullCatalogMeansCurrent=true
|
url: jdbc:mysql://192.168.158.18:3306/db_smart_city_knowledge_library?useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&autoReconnect=true&failOverReadOnly=false&useSSL=false&serverTimezone=UTC&nullCatalogMeansCurrent=true
|
||||||
db-type: mysql
|
db-type: mysql
|
||||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||||
username: tsroot
|
username: tsroot
|
||||||
@ -145,8 +145,8 @@ security:
|
|||||||
oauth-server: ${api-path.user-center-2}
|
oauth-server: ${api-path.user-center-2}
|
||||||
oauth-logout: ${security.oauth2.oauth-server}/logout?redirect_uri=${server.url} #外网
|
oauth-logout: ${security.oauth2.oauth-server}/logout?redirect_uri=${server.url} #外网
|
||||||
client:
|
client:
|
||||||
client-id: 8efff6f8f7fc463e8eb63e3b5174f448
|
client-id: 432f725cde6f43eb802b17a1d2034fae
|
||||||
client-secret: b1hPdUE1NkJlM1RmbS9MTVlnYUR2QTI5NEcyTFpGandTNC8zVTh5cW5CTGxIdG9KZmEyTjJIRnI0dG1McEdEVA==
|
client-secret: SmR0ZVJiT01hZ0pNV05tS0RPWVJpVHNOUzMwY0hYZkV0OTJsa3VySVpKSGxIdG9KZmEyTjJIRnI0dG1McEdEVA==
|
||||||
user-authorization-uri: ${security.oauth2.oauth-server}/oauth2_client/authorize #外网
|
user-authorization-uri: ${security.oauth2.oauth-server}/oauth2_client/authorize #外网
|
||||||
access-token-uri: ${api-path.user-center}/oauth2_client/token
|
access-token-uri: ${api-path.user-center}/oauth2_client/token
|
||||||
grant-type: authorization_code
|
grant-type: authorization_code
|
||||||
@ -161,7 +161,7 @@ security:
|
|||||||
logging:
|
logging:
|
||||||
enable-api-log: false
|
enable-api-log: false
|
||||||
file:
|
file:
|
||||||
name: /project/logs/population-logs.log
|
name: /project/logs/knowledge-library-logs.log
|
||||||
level:
|
level:
|
||||||
root: error
|
root: error
|
||||||
ink.wgink: debug
|
ink.wgink: debug
|
||||||
|
Loading…
Reference in New Issue
Block a user