18 lines
341 B
Bash
18 lines
341 B
Bash
# 数据库配置
|
|
DB_HOST=43.156.91.115
|
|
DB_PORT=53306
|
|
DB_USER=root
|
|
# DB_PASSWORD=mysql_sX4mrh
|
|
DB_PASSWORD=mariadb_hJbME5
|
|
DB_NAME=jnote
|
|
|
|
# RUSTFS 对象存储配置
|
|
RUSTFS_ENDPOINT=http://43.156.91.115:9001
|
|
RUSTFS_REGION=us-east-1
|
|
RUSTFS_BUCKET=setting
|
|
RUSTFS_ACCESS_KEY=rustfsadmin
|
|
RUSTFS_SECRET_KEY=rustfsadmin
|
|
|
|
# 服务器配置
|
|
PORT=4501
|