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.
9 lines
195 B
Plaintext
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
|