chore: initial project scaffold: .env.example

This commit is contained in:
2026-04-22 06:50:56 +00:00
parent e79fa036e9
commit 3dbc4e20a1

12
.env.example Normal file
View File

@@ -0,0 +1,12 @@
# Database
DB_USER=postgres
DB_PASSWORD=changeme
# Keycloak
KEYCLOAK_URL=https://sso.greact.ru/realms/toir-light-v5
# Frontend (build-time)
VITE_KEYCLOAK_URL=https://sso.greact.ru
VITE_KEYCLOAK_REALM=toir-light-v5
VITE_KEYCLOAK_CLIENT_ID=toir-light-v5-frontend
VITE_API_URL=/api