feat: 完成查看色谱柱的功能
This commit is contained in:
19
server/example.env
Normal file
19
server/example.env
Normal file
@@ -0,0 +1,19 @@
|
||||
# 将文件更名为 .env 即可
|
||||
|
||||
|
||||
# 程序运行的端口号
|
||||
PORT=3000
|
||||
|
||||
# MongoDB 数据库连接字符串
|
||||
MONGODB_URI=mongodb://localhost:27017/qctool_plus
|
||||
|
||||
# 用于加密数据的秘钥
|
||||
SECRET_KEY=YOUR_SECRET_KEY
|
||||
|
||||
# Web 管理界面的用户名和密码
|
||||
WEB_ADMIN_USERNAME=admin
|
||||
WEB_ADMIN_PASSWORD=admin
|
||||
|
||||
# NODE 运行环境(production生产/development开发)
|
||||
NODE_ENV=production
|
||||
# NODE_ENV=development
|
||||
Reference in New Issue
Block a user