Files
TermorServer/.env.example
benya 35abd27473 feat: add sqlite-backed auth and library services
Bootstrap SQLite on server startup with embedded migrations and development seed data. Replace placeholder auth and library responses with database-backed services, bearer sessions, and repository-driven API handlers.
2026-04-02 22:22:38 +03:00

9 lines
195 B
Plaintext

APP_ENV=development
SERVER_HOST=0.0.0.0
SERVER_PORT=4040
DATABASE_PATH=./data/app.db
MEDIA_ROOT=./media
CORS_ORIGINS=http://localhost:5173
DEFAULT_ADMIN_USERNAME=demo
DEFAULT_ADMIN_PASSWORD=demo