-
Notifications
You must be signed in to change notification settings - Fork 9
/
example.env
67 lines (52 loc) · 1.83 KB
/
example.env
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
58
59
60
61
62
63
64
65
66
67
RAM_LIMIT=128M
BOT_PREFIX=;
BOT_OWNERIDS=231459866630291459
BOT_ID=384333349063491584
PROCESS_ENVIRONMENT=testing # options: TESTING,STAGING,PRODUCTION
PROCESS_SHARDCOUNT=1
PROCESS_PODCOUNT=1
# used for parsing the pod-id when podcount > 1, will split on the '-' character and grab the right part as pod-id.
PROCESS_HOSTPATTERN=http://localhost:8181
# If left out, the bot will register global application commands
# Or if the process_environment is not testing, the bot will register global application commands
# otherwise it will use the serverId below to register guild commands
# PROCESS_TESTINGSERVERID=
# Postgresql DB
DB_HOST=localhost
DB_PORT=54323
DB_USER=username
DB_PASS=password
DB_NAME=melijn_rewrite
# Redis caching
REDIS_ENABLED=TRUE
REDIS_HOST=localhost
REDIS_PORT=63792
# if blank, no password will be sent. Only do this if your redis is local (home network) and not portforwarded!
# chinese redis bitcoin miners will find you !
REDIS_PASS=password
# fill in your discord bot token
API_DISCORD_TOKEN=Mzg0MzMzMzQ5MDYzNDkxNTg0.xxxxx.xxxxxxxxxxxxxxxxxxxxx
API_SPOTIFY_CLIENTID=
API_SPOTIFY_PASSWORD=
API_IMGHOARD_TOKEN=
API_THECATAPI_APIKEY=
API_OSU_CLIENTID=
API_OSU_SECRET=
# kubernetes probing server, used for checking status and safely shutting down
PROBESERVER_ENABLED=FALSE
PROBESERVER_PORT=11811
PROBESERVER_RUNNINGLIMIT=3
PROBESERVER_REQUESTQUEUELIMIT=3
# bot api server
HTTPSERVER_ENABLED=FALSE
HTTPSERVER_PORT=8181
HTTPSERVER_RUNNINGLIMIT=3
HTTPSERVER_REQUESTQUEUELIMIT=3
LAVALINK_URL0=ws://host:port
LAVALINK_PASSWORD0=youshallnotpass
# tested with squid proxy, squid proxy can have an ip whitelist, idk if any docker password proxies exist
# if they do pls create and issue for it xd
# Proxy is used for fetching user supplied urls (may be ip loggers trying to start a DOS/DDOS)
PROXY_ENABLED=FALSE
PROXY_HOST=host
PROXY_PORT=8080