89c81c8e27
🚀 Create and publish a Docker image / Detect changes in backend and frontend (push) Successful in 4s
🚀 Create and publish a Docker image / Build & publish backend image (push) Successful in 8s
🚀 Create and publish a Docker image / Update stack on Portainer (push) Failing after 1m3s
Co-authored-by: Copilot <copilot@github.com>
34 lines
649 B
Bash
34 lines
649 B
Bash
# Postgre
|
|
POSTGRES_USER=universe
|
|
POSTGRES_PASSWORD=
|
|
POSTGRES_DATABASE=universe
|
|
|
|
# Azure AD
|
|
AzureAd_Instance=https://login.microsoftonline.com/
|
|
AzureAd_TenantId=sfedu.ru
|
|
AzureAd_ClientId=
|
|
AzureAd_ClientSecret=
|
|
AzureAd_Domain=sfedu.onmicrosoft.com
|
|
AzureAd_CallbackPath=/signin-oidc
|
|
|
|
# JWT
|
|
JWT_SECRET=
|
|
JWT_ISSUER=UniVerse
|
|
JWT_AUDIENCE=UniVerse
|
|
JWT_ACCESS_TOKEN_EXPIRATION_MINUTES=30
|
|
JWT_REFRESH_TOKEN_EXPIRATION_DAYS=30
|
|
|
|
# CORS
|
|
CORS_ALLOWED_ORIGINS=http://localhost:3000
|
|
|
|
# LLM
|
|
LLM_BASE_URL=
|
|
LLM_API_KEY=
|
|
LLM_MODEL=
|
|
|
|
# Modeus API
|
|
MODEUS_API_BASE_URL=
|
|
MODEUS_API_KEY=
|
|
|
|
# Gamification
|
|
GAMIFICATION_XP_THRESHOLDS=[0, 100, 300, 600, 1000, 1500, 2500, 4000] |