forked from sounak9725/IRF_Event_Logging
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
30 lines (23 loc) · 719 Bytes
/
.env.example
File metadata and controls
30 lines (23 loc) · 719 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
# Discord Bot Configuration
BOT_TOKEN=your_discord_bot_token_here
ROWIFI_API_KEY=your_rowifi_api_key_here
# Database Configuration
MONGODB_URI=mongodb://localhost:27017/your_main_database
MP_DISCIPLINE_URI=mongodb://localhost:27017/mp_discipline
# Discord Server Configuration
MAIN_SERVER_ID=your_main_server_id
ADMIN_SERVER_ID=your_admin_server_id
LOG_CHANNEL_ID=your_log_channel_id
# Roblox Configuration
ROBLOX_GROUP_ID=your_roblox_group_id
# Environment Configuration
NODE_ENV=production
# Performance Monitoring
ENABLE_METRICS=true
METRICS_PORT=3001
# Health Check Configuration (optional)
HEALTH_CHECK_PORT=3002
HEALTH_CHECK_ENABLED=true
# Logging Configuration (optional)
LOG_LEVEL=info
LOG_TO_FILE=false