2022-02-18 16:59:56 +08:00

8 lines
149 B
Bash

# 修改配置
MYSQL_ADDRESS=localhost:3306
MYSQL_USER=root
MYSQL_PASSWORD=123456
REDIS_HOST=localhost
REDIS_PORT=6379
# 服务端口
NGINX_PORT=8080