6 lines
171 B
Plaintext
6 lines
171 B
Plaintext
# 复制为 .env 后填入真实值
|
|
# .env 会覆盖 config.yaml 中的同名字段
|
|
|
|
DATABASE_PASSWORD=your_password_here
|
|
JWT_SECRET=generate-a-random-64-char-string-here
|