From fa1cbf751c0699ab0248bae4f37b12634c6a96ad Mon Sep 17 00:00:00 2001 From: toir-bot Date: Tue, 14 Apr 2026 07:00:50 +0000 Subject: [PATCH] chore: initial project scaffold: .env.example --- .env.example | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..7b08342 --- /dev/null +++ b/.env.example @@ -0,0 +1,12 @@ +# Database +DB_USER=postgres +DB_PASSWORD=changeme + +# Keycloak +KEYCLOAK_URL=https://sso.greact.ru/realms/light-toir-v2 + +# Frontend (build-time) +VITE_KEYCLOAK_URL=https://sso.greact.ru +VITE_KEYCLOAK_REALM=light-toir-v2 +VITE_KEYCLOAK_CLIENT_ID=light-toir-v2-frontend +VITE_API_URL=/api