mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-11 01:21:09 +08:00
12 lines
213 B
Plaintext
12 lines
213 B
Plaintext
# 前端访问端口
|
|
SERVER_PORT=8080
|
|
|
|
# MySQL 配置
|
|
MYSQL_ROOT_PASSWORD=toor
|
|
|
|
# 会覆盖 `open-isle.env`
|
|
MYSQL_PORT=3306
|
|
MYSQL_DATABASE=openisle
|
|
MYSQL_USER=<数据库用户名>
|
|
MYSQL_PASSWORD=<数据库密码>
|