first commit

This commit is contained in:
龙澳
2026-03-23 14:18:24 +08:00
parent 99bf38bcde
commit 7045866ef3
7 changed files with 828 additions and 177 deletions

8
.env.example Normal file
View File

@@ -0,0 +1,8 @@
AUTH_DB_PATH=~/.nanobot/auth_service.sqlite3
AUTH_JWT_SECRET=change-this-secret
AUTH_TOKEN_TTL_HOURS=24
AUTH_CORS_ORIGINS=*
AUTH_INVITE_CODES=invite-a,invite-b
AUTH_ADMIN_KEY=change-this-admin-key
AUTH_HOST=0.0.0.0
AUTH_PORT=9100