-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
47 lines (39 loc) · 879 Bytes
/
.env.example
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
# Mode for the application (dev, prod), dev has more logs and debug information
MODE=dev
# Database configuration
DB_HOST=localhost
DB_PORT=5432
DB_USER=rtyop
DB_PASS=123456
DB_DATABASE=rwby
# Discord configuration
DISCORD_TOKEN=
DISCORD_APP_ID=
# Github configuration
GITHUB_TOKEN=
GITHUB_USERNAME=
GITHUB_REPOSITORY=
GITHUB_APP_CLIENT_ID=
GITHUB_APP_CLIENT_SECRET=
GITHUB_APP_BASE_URI=
# RBMQ configuration
RBMQ_USER=guest
RBMQ_PASS=guest
RBMQ_HOST=localhost
RBMQ_PORT=5672
RMBQ_JOBS_EXCHANGE=jobs
RMBQ_JOBS_QUEUE=jobs
# Temporal configuration
TEMPORAL_HOST=localhost
TEMPORAL_PORT=7233
TEMPORAL_TASK_QUEUE=worker-dev
# Web configuration
WEB_PORT=9000
# TopGG configuration
TOPGG_TOKEN=
TOPGG_URL=https://top.gg/bot/602105650968920094/vote
# App configuration
APP_CARDS_LOCATION=./cards/yml
APP_BOT_COLOR=3859607
APP_BACKPACK_SIZE=20
APP_BASE_URI=http://127.0.0.1:9000/