-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathenv.example
20 lines (17 loc) · 962 Bytes
/
env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
###############################################################################
# #
# Server Mode Settings #
# #
###############################################################################
GITHUB_ACCESS_TOKEN=""
CURRENT_MODE="live"
DEV_BOT="vorago-bot"
LIVE_BOT="voragopremium"
###############################################################################
# #
# Discord Bot API Tokens #
# #
###############################################################################
VORAGO_BOT_TOKEN=""
VORAGOPREMIUM_TOKEN=""
VORAGO_STRATEGIES_TOKEN=""