更新docker-compose文件
This commit is contained in:
@@ -41,26 +41,6 @@
|
||||
"type": "java.lang.String",
|
||||
"sourceType": "com.ai.da.common.config.FileProperties"
|
||||
},
|
||||
{
|
||||
"name": "file.linux.path",
|
||||
"type": "java.lang.String",
|
||||
"sourceType": "com.ai.da.common.config.FileProperties$ElPath"
|
||||
},
|
||||
{
|
||||
"name": "file.mac.path",
|
||||
"type": "java.lang.String",
|
||||
"sourceType": "com.ai.da.common.config.FileProperties$ElPath"
|
||||
},
|
||||
{
|
||||
"name": "file.sys.path",
|
||||
"type": "java.lang.String",
|
||||
"sourceType": "com.ai.da.common.config.FileProperties$ElPath"
|
||||
},
|
||||
{
|
||||
"name": "file.windows.path",
|
||||
"type": "java.lang.String",
|
||||
"sourceType": "com.ai.da.common.config.FileProperties$ElPath"
|
||||
},
|
||||
{
|
||||
"name": "spring.security.auth-api",
|
||||
"type": "java.lang.String",
|
||||
|
||||
@@ -3,8 +3,8 @@ server.port=5567
|
||||
#datasource
|
||||
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
||||
spring.datasource.url=jdbc:mysql://18.167.251.121:33006/aida?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
|
||||
spring.datasource.username=root
|
||||
spring.datasource.password=root
|
||||
spring.datasource.username=nacos
|
||||
spring.datasource.password=nacos
|
||||
|
||||
#security
|
||||
spring.security.jwtSecret=JWTSECRET
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user