Merge remote-tracking branch 'origin/release/3.0' into test/stable
# Conflicts: # src/main/resources/application-prod.properties
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
version: "3"
|
||||
services:
|
||||
aida_back:
|
||||
container_name: stable-version-aida-back
|
||||
container_name: prod-version-aida-back
|
||||
build: .
|
||||
# volumes:
|
||||
# # 数据挂载
|
||||
# - /workspace/home/aida/file/:/workspace/home/aida/file/
|
||||
volumes:
|
||||
# 日志目录映射
|
||||
- ./log:/log
|
||||
ports:
|
||||
- "10086:5567"
|
||||
- "10010:5567"
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
server.port=5566
|
||||
server.port=5567
|
||||
|
||||
#datasource
|
||||
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
||||
spring.datasource.url=jdbc:mysql://18.167.251.121:3306/aida?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
|
||||
spring.datasource.username=root
|
||||
spring.datasource.password=QWa998345
|
||||
#spring.datasource.password=QWa998345
|
||||
|
||||
#security
|
||||
spring.security.jwtSecret=JWTSECRET
|
||||
|
||||
Reference in New Issue
Block a user