架构: 添加环境变量示例配置

This commit is contained in:
Architecture Designer 2026-03-10 09:20:36 +00:00
parent e61f2d061f
commit e2dc695e98

9
backend/.env.example Normal file
View File

@ -0,0 +1,9 @@
# Server
PORT=3000
NODE_ENV=development
# JWT
JWT_SECRET=your-secret-key-here
# Database
DB_PATH=./clouddisk.db