real back
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user