Update README and .env.example to reflect MySQL migration
All checks were successful
CI / Go tests & lint (push) Successful in 11s
CI / Frontend tests & type-check (push) Successful in 52s

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:
2026-04-09 09:38:53 -03:00
parent 6575ce8f44
commit bb2c2cbc52
2 changed files with 15 additions and 6 deletions

View File

@@ -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