chore: initial project scaffold: .env.example

This commit is contained in:
2026-04-13 15:19:00 +00:00
parent 89cf0cbde3
commit e85a73edf7

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/test-gen-8
# Frontend (build-time)
VITE_KEYCLOAK_URL=https://sso.greact.ru
VITE_KEYCLOAK_REALM=test-gen-8
VITE_KEYCLOAK_CLIENT_ID=test-gen-8-frontend
VITE_API_URL=/api