Update README and .env.example to reflect MySQL migration
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>
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
PORT=8080
|
||||
DATABASE_DSN=walkies.db
|
||||
DB_HOST=localhost
|
||||
DB_PORT=3306
|
||||
DB_USER=root
|
||||
DB_PASSWORD=
|
||||
DB_NAME=walkies
|
||||
JWT_SECRET=change-me-in-production
|
||||
STATIC_DIR=./web/build
|
||||
STATIC_DIR=./web/dist
|
||||
|
||||
Reference in New Issue
Block a user