git init
This commit is contained in:
13
.env.portainer.example
Normal file
13
.env.portainer.example
Normal file
@@ -0,0 +1,13 @@
|
||||
POSTGRES_USER=postgres
|
||||
POSTGRES_PASSWORD=change-me
|
||||
POSTGRES_DB=toir
|
||||
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
|
||||
Reference in New Issue
Block a user