1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-08-01 16:38:02 +08:00
This commit is contained in:
Hai Liang Wang 2023-06-21 13:57:29 +08:00
parent 2d26496e6b
commit a4443af1d0

View File

@ -25,8 +25,7 @@ services:
# In short # In short
# 1) Setup Load Balancing / Reverse Proxy # 1) Setup Load Balancing / Reverse Proxy
# 2) Modify CS_IM_SERVER_SSL_PORT # 2) Modify CS_IM_SERVER_SSL_PORT
# 2.1 comment out CS_IM_SERVER_SSL_PORT envronment variable to redirect HTTPs requests to 443 port # set CS_IM_SERVER_SSL_PORT=443
# 2.2 Or just remove below line .
- CS_IM_SERVER_SSL_PORT=${CC_SOCKET_PORT:-8036} - CS_IM_SERVER_SSL_PORT=${CC_SOCKET_PORT:-8036}
- SPRING_DATASOURCE_URL=jdbc:mysql://mysql:3306/cosinee?useUnicode=true&characterEncoding=UTF-8 - SPRING_DATASOURCE_URL=jdbc:mysql://mysql:3306/cosinee?useUnicode=true&characterEncoding=UTF-8
- SPRING_DATASOURCE_USERNAME=root - SPRING_DATASOURCE_USERNAME=root