-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathenv.example
More file actions
32 lines (25 loc) · 1.01 KB
/
env.example
File metadata and controls
32 lines (25 loc) · 1.01 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
30
31
32
# SCMarket Bot Environment Configuration
# Copy this file to .env and fill in your actual values
# Discord Configuration
DISCORD_API_KEY=your_discord_bot_token_here
# Required — internal discord_app in server.ts (register + threads). Docker: http://web:8081
DISCORD_BACKEND_URL=http://localhost:8081
# Optional: Bugsnag (https://bugsnag.com) — same env name as other SC Market services
BUGSNAG_API_KEY=
# AWS Configuration
AWS_ACCESS_KEY_ID=your_aws_access_key_here
AWS_SECRET_ACCESS_KEY=your_aws_secret_key_here
AWS_DEFAULT_REGION=us-east-1
# SQS Configuration
ENABLE_SQS=true
ENABLE_DISCORD_QUEUE=true
DISCORD_QUEUE_URL=https://sqs.us-east-1.amazonaws.com/123456789012/your-discord-queue
BACKEND_QUEUE_URL=https://sqs.us-east-1.amazonaws.com/123456789012/your-backend-queue
# SQS Consumer Settings
SQS_MAX_MESSAGES=10
SQS_WAIT_TIME=20
SQS_RETRY_DELAY=5
# Environment
ENVIRONMENT=development
# Note: Admin permissions are now hardcoded to user ID: 122739797646245899
# No environment variables needed for admin access