-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
33 lines (27 loc) · 983 Bytes
/
Copy path.env.example
File metadata and controls
33 lines (27 loc) · 983 Bytes
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
30
31
32
33
# JupiterAPI environment configuration
# Copy to .env and replace placeholders with real values.
# Runtime
NODE_ENV=development
PORT=3002
HOST=0.0.0.0
# AWS Cognito (required)
AWS_COGNITO_REGION=your-region
AWS_COGNITO_USER_POOL_ID=your-region_xxxxxxxxx
AWS_COGNITO_CLIENT_ID=xxxxxxxxxxxxxxxxxxxxxxxxxx
COGNITO_USERNAME=your_cognito_username
COGNITO_PASSWORD=your_cognito_password
# Jupiter API (required)
JUPITER_API_BASE_URL=https://your-api-id.execute-api.region.amazonaws.com/prod
JUPITER_API_VERSION=2.2.1
JUPITER_API_PLATFORM=desktop
JUPITER_SECTION_ID=YOUR_SECTION_NAME
# API security
API_KEY=replace_with_a_long_random_secret
ALLOWED_ORIGINS=http://localhost:5173
RATE_LIMIT_WINDOW_MS=60000
RATE_LIMIT_MAX_REQUESTS=100
# Hercules write API (optional)
# Comma-separated Cognito user `sub` IDs that are allowed to write.
BOARD_MEMBER_IDS=
# Firebase Admin SDK service account path for Hercules routes
GOOGLE_APPLICATION_CREDENTIALS=/absolute/path/to/service-account.json