Files
DAO_DE_JING/server/auth.config.example.json
T
dekun 68d816b3f3 Add VitePress site with local login and deployment docs
Enable static site build on port 12100 with Express session auth, auto sidebar, and DEPLOY.md for Ubuntu/NPS setup.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-05 16:12:35 +08:00

6 lines
109 B
JSON

{
"username": "admin",
"password": "change-me",
"sessionSecret": "please-change-this-session-secret"
}