-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
25 lines (21 loc) · 979 Bytes
/
.env.example
File metadata and controls
25 lines (21 loc) · 979 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
# Discord Bot Configuration
# Get these values from https://discord.com/developers/applications
DISCORD_TOKEN=your_discord_bot_token_here
CLIENT_ID=your_discord_application_client_id_here
# Optional: Guild ID for development (commands deploy instantly to this server)
# Remove or leave empty for global deployment (takes up to 1 hour)
GUILD_ID=your_development_server_id_here
# AWS Configuration
# Get these from your AWS account (IAM → Users → Security credentials)
# Or use IAM roles if deploying on AWS infrastructure (preferred)
AWS_ACCESS_KEY_ID=your_aws_access_key_id_here
AWS_SECRET_ACCESS_KEY=your_aws_secret_access_key_here
# Optional: AWS Region (defaults to us-east-1 if not specified)
AWS_REGION=us-east-1
# Note: Ensure your AWS IAM user has the following permissions:
# - rekognition:DetectLabels
# - rekognition:DetectText
# - rekognition:DetectFaces
# - rekognition:DetectModerationLabels
# - rekognition:RecognizeCelebrities
# - rekognition:CompareFaces