-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
29 lines (23 loc) · 1.08 KB
/
Copy path.env.example
File metadata and controls
29 lines (23 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# DescribeAT Admin Portal — Environment Variables
# Copy this file to .env.local and fill in your own values.
# AWS Cognito
VITE_COGNITO_REGION=your-region
VITE_COGNITO_USER_POOL_ID=your-user-pool-id
VITE_COGNITO_WEB_CLIENT_ID=your-web-client-id
VITE_COGNITO_IDENTITY_POOL_ID=your-identity-pool-id
# AppSync
VITE_APPSYNC_ENDPOINT=https://your-appsync-endpoint.appsync-api.region.amazonaws.com/graphql
VITE_APPSYNC_API_KEY=your-appsync-api-key
# OAuth
VITE_OAUTH_DOMAIN=your-auth-domain.auth.region.amazoncognito.com
VITE_OAUTH_REDIRECT_SIGN_IN=http://localhost:8080/,https://your-admin-domain.com/
VITE_OAUTH_REDIRECT_SIGN_OUT=http://localhost:8080/,https://your-admin-domain.com/
# S3 Buckets
VITE_S3_STATIC_CONTENT_BUCKET=your-static-content-bucket
VITE_S3_AUDIO_PROCESSING_BUCKET=your-audio-processing-bucket
VITE_AWS_REGION=your-region
# RapidAPI (IMDB search for title metadata)
VITE_RAPIDAPI_HOST=movie-database-alternative.p.rapidapi.com
VITE_RAPIDAPI_KEY=your-rapidapi-key
# Admin Allowlist (comma-separated email domains allowed to sign up as admin)
VITE_ADMIN_ALLOWLIST=your-domain.com