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

8
.env.dev Normal file
View File

@@ -0,0 +1,8 @@
# 开发环境配置
SERVER_ADDRESS=:9050
SERVER_MODE=dev
DATABASE_DSN=nebula.db
STORAGE_TYPE=local
STORAGE_BASE_PATH=./uploads
STORAGE_BASE_URL=http://localhost:9050/files
JWT_SECRET=dev-secret-key