Files
rlz/.env.docker.example

17 lines
482 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 复制为 .env 后填写(勿将 .env 提交到 Git
# cp .env.docker.example .env
# 对外发布后端端口(宿主机:容器均为 8039
BACKEND_PUBLISH=8039
# MySQL示例为腾讯云 CynosDB请按实际修改
MYSQL_HOST=gz-cynosdbmysql-grp-d26pzce5.sql.tencentcdb.com
MYSQL_PORT=24936
MYSQL_DATABASE=rlz
MYSQL_USER=root
MYSQL_PASSWORD=your_password_here
MYSQL_USE_SSL=true
# Redis 由 docker-compose 内 rlz-redis 提供,一般无需改
# REDIS_HOST=redis