16 lines
362 B
Plaintext
16 lines
362 B
Plaintext
POSTGRES_USER=postgres
|
|
POSTGRES_PASSWORD=change-me
|
|
POSTGRES_DB=toir
|
|
POSTGRES_PORT=5432
|
|
|
|
CORS_ALLOWED_ORIGINS=https://toir.example.ru
|
|
|
|
KEYCLOAK_ISSUER_URL=https://sso.example.ru/realms/toir
|
|
KEYCLOAK_AUDIENCE=toir-backend
|
|
KEYCLOAK_JWKS_URL=
|
|
|
|
VITE_API_URL=/api
|
|
VITE_KEYCLOAK_URL=https://sso.example.ru
|
|
VITE_KEYCLOAK_REALM=toir
|
|
VITE_KEYCLOAK_CLIENT_ID=toir-frontend
|