The project moved from SQLite to MySQL but docs still referenced DATABASE_DSN and old version requirements. Updated requirements, env vars, and STATIC_DIR default to match current state. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
9 lines
140 B
Plaintext
9 lines
140 B
Plaintext
PORT=8080
|
|
DB_HOST=localhost
|
|
DB_PORT=3306
|
|
DB_USER=root
|
|
DB_PASSWORD=
|
|
DB_NAME=walkies
|
|
JWT_SECRET=change-me-in-production
|
|
STATIC_DIR=./web/dist
|