16 lines
391 B
Plaintext
16 lines
391 B
Plaintext
# 应用配置
|
|
APP_NAME=Notepad
|
|
|
|
# 安全配置
|
|
FILE_LIST_PASSWORD=your_secure_password_change_this
|
|
JWT_SECRET_KEY=your_jwt_secret_key_change_this
|
|
|
|
# 容器对外暴露的端口
|
|
PORT=80
|
|
|
|
# 文件存储配置
|
|
# 容器外映射的文件存储目录(相对路径或绝对路径)
|
|
NOTES_DIR=./data
|
|
|
|
# 允许的跨域来源(正则表达式),多个来源用 | 分隔
|
|
# ALLOW_ORIGIN_REGEX= |