init: 初始化项目

This commit is contained in:
0264408
2026-03-10 16:26:48 +08:00
commit 57e0ef2cf6
79 changed files with 8943 additions and 0 deletions

9
.env.prod Normal file
View File

@@ -0,0 +1,9 @@
# 生产环境配置
SERVER_ADDRESS=:9050
SERVER_MODE=prod
DATABASE_DSN=nebula.db
STORAGE_TYPE=local
STORAGE_BASE_PATH=./uploads
STORAGE_BASE_URL=http://localhost:9050/files
JWT_SECRET=your-secret-key-change-in-production
FRONTEND_PATH=./web/dist