Files
amap/.env.example
2026-02-17 17:31:29 +01:00

14 lines
265 B
Plaintext

DB_USER=postgres
DB_PASS=postgres
DB_NAME=amap
DB_HOST=localhost
ORIGINS=http://localhost:5173
SECRET_KEY=
VITE_API_URL=http://localhost:8000
KEYCLOAK_SERVER=
KEYCLOAK_REALM=
KEYCLOAK_CLIENT_ID=
KEYCLOAK_CLIENT_SECRET=
KEYCLOAK_REDIRECT_URI=
DEBUG=True
MAX_AGE=3600