-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
21 lines (17 loc) · 782 Bytes
/
Copy path.env.example
File metadata and controls
21 lines (17 loc) · 782 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
BIND_ADDR=0.0.0.0:8080
API_BASE_URL=https://ggb-api.chloemlla.com
FRONTEND_BASE_URL=https://ggb-api.chloemlla.com
FRONTEND_DIST_DIR=/app/frontend-dist
MODEL_BASE_URL=https://happyapi.org/v1
MODEL_NAME=gemini-3.1-pro-preview
API_KEY=replace-with-model-api-key
MONGODB_URI=mongodb://user:password@mongo:27017/geograba?authSource=admin
MONGODB_DATABASE=geograba
SYNAPSE_BASE_URL=https://tts.chloemlla.com
SYNAPSE_OAUTH_SCOPE=openid profile email admin:identity
SYNAPSE_OAUTH_CLIENT_ID=syn_client_xxx
SYNAPSE_OAUTH_CLIENT_SECRET=syn_secret_xxx
SYNAPSE_OAUTH_REDIRECT_URI=https://ggb-api.chloemlla.com/api/v1/auth/oauth/callback
# Only needed when the frontend is built as a separate static site.
# Leave empty when the backend serves dist from FRONTEND_DIST_DIR.
VITE_API_BASE_URL=