-
-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy path.env.example
More file actions
57 lines (47 loc) · 1.56 KB
/
Copy path.env.example
File metadata and controls
57 lines (47 loc) · 1.56 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# Discord Bot Configuration
DISCORD_OWNER_ID=your_discord_user_id_here
DISCORD_CLIENT_ID=your_bot_client_id_here
DISCORD_DEV_SERVER=your_dev_server_id_here
DISCORD_TOKEN=your_bot_token_here
DISCORD_WEBHOOK_URL=your_webhook_url_here
# MongoDB Configuration
MONGODB_URL=mongodb://127.0.0.1:27017/
MONGODB_SWGOHBOT_DB=swgohbot
MONGODB_SWAPI_DB=swapi
# Event Server Configuration (Url for client, port for server)
# Full URL to the event HTTP server (http:// or https://)
EVENT_SERVER_URL=http://localhost:3700
EVENT_SERVER_PORT=3700
EVENT_SERVER_SECRET=your_secret_key_here
## SWAPI Serve Configuration (Priority queue) (Url for client, port for server)
SWAPI_SERVE_URL=http://localhost:3800
SWAPI_SERVE_PORT=3800
SWAPI_SERVE_HOST=127.0.0.1
SWAPI_SERVE_CONTROL_SECRET=
# Logging Configuration
DEBUG_LOGS=true
LOG_TO_CHANNEL=false
LOG_CHANNEL_ID=
LOG_TIMEZONE=America/Los_Angeles
# Premium Configuration
PREMIUM=false
# Image Server Configuration
IMAGE_SERVER_URL=http://localhost:3600
# SWAPI Configuration
SWAPI_STATCALC_URL=http://localhost:3223
SWAPI_CLIENT_URL=http://localhost:3200
SWAPI_ACCESS_KEY=your_access_key_here
SWAPI_SECRET_KEY=your_secret_key_here
# Bot shards status server
SHARD_STATUS_PORT=3810
SHARD_STATUS_HOST=127.0.0.1
# Patreon V2 API Configuration (optional - leave blank if not using)
PATREON_CAMPAIGN_ID=
PATREON_CLIENT_ID=
PATREON_CLIENT_SECRET=
PATREON_CREATOR_ACCESS_TOKEN=
PATREON_CREATOR_REFRESH_TOKEN=
# Patrons Configuration
# JSON object mapping Discord user IDs to patron tier levels
# Example: PATRONS={"124579977474736129":1000,"987654321":1500}
PATRONS={}