Files
nanobot-auth/.env.example

9 lines
300 B
Plaintext
Raw Normal View History

2026-03-23 14:18:24 +08:00
AUTH_DB_PATH=~/.nanobot/auth_service.sqlite3
AUTH_JWT_SECRET=change-this-secret
AUTH_TOKEN_TTL_HOURS=24
2026-03-23 15:41:37 +08:00
AUTH_CORS_ORIGINS=http://127.0.0.1:5173,http://localhost:5173,http://47.122.113.65:5173
2026-03-23 14:32:15 +08:00
AUTH_VERIFICATION_CODES=code-a,code-b
2026-03-23 14:18:24 +08:00
AUTH_ADMIN_KEY=change-this-admin-key
AUTH_HOST=0.0.0.0
AUTH_PORT=9100