Add hosting deployment setup and backend health endpoint

This commit is contained in:
2026-03-18 19:00:19 +06:00
parent c839e16d60
commit e8e8ed6ba3
5 changed files with 118 additions and 1 deletions

14
backend/.env.example Normal file
View File

@@ -0,0 +1,14 @@
# JWT
SECRET_KEY=change-me-in-production
ALGORITHM=HS256
ACCESS_TOKEN_EXPIRE_MINUTES=43200
# OpenID Connect (SSO)
SSO_ENABLED=false
ZITADEL_ISSUER=
ZITADEL_CLIENT_ID=
ZITADEL_CLIENT_SECRET=
# URLs
BASE_URL=https://panel.example.com
FRONTEND_URL=https://panel.example.com