-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.production
More file actions
17 lines (17 loc) · 813 Bytes
/
.env.production
File metadata and controls
17 lines (17 loc) · 813 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
CMS_BASE_URL=https://cms.salehspace.dev/internal
CMS_SERVICE_TOKEN=123
JWT_SECRET=replace-with-shared-jwt-secret
ADMIN_JWT_ISSUER=cms-service
ADMIN_JWT_AUDIENCE=platform-console
ADMIN_ALLOWED_ROLES=admin,manager
PLATFORM_CONSOLE_ORIGINS=https://wahb-console.salehspace.dev
REDIS_URL=rediss://default:AcXXAAIncDI1ODcyZDFmMzg2MzA0ZjQ0ODljOThjNmNiOGFmNGViMnAyNTA2NDc@balanced-jackass-50647.upstash.io:6379
STORAGE_ENDPOINT=https://gwtnpuypvqsdrndoqqqd.storage.supabase.co/storage/v1/s3
STORAGE_BUCKET=wahb-media
STORAGE_ACCESS_KEY=94d0bff8a10a27c145b26ce675586808
STORAGE_SECRET_KEY=80c53c67e5465d3edfe4d7f947ca275ead3839496557b24783f11143ec45e527
STORAGE_PUBLIC_URL=https://cdn.salehspace.dev
STORAGE_REGION=ap-south-1
WHISPER_API_URL=https://whisper.salehspace.dev
MEDIA_TEMP_DIR=/tmp/wahb-media
METRICS_PORT=5002