real back

This commit is contained in:
mixa
2026-06-22 22:39:08 +03:00
parent 27600872a8
commit c78212263b
38 changed files with 6884 additions and 479 deletions

View File

@@ -1,6 +1,9 @@
POSTGRES_DB=fable
POSTGRES_USER=fable
POSTGRES_PASSWORD=change_me_for_real_environment
JWT_SECRET=change_me_before_production
DATABASE_URL=postgres://fable:change_me_for_real_environment@127.0.0.1:5432/fable?sslmode=disable
TOKEN_SECRET=change_me_before_production
TOKEN_TTL=24h
VITE_API_URL=http://127.0.0.1:3000/api
GATEWAY_PORT=3000
WEB_PORT=5173