-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.sample
More file actions
44 lines (37 loc) · 885 Bytes
/
.env.sample
File metadata and controls
44 lines (37 loc) · 885 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Postgres env
POSTGRES_PASSWORD=development
POSTGRES_USER=development
DB_HOST=postgres
# Root env
ROOT_DB=root_db
ROOT_DB_URL=postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${DB_HOST}:5432/${ROOT_DB}
RUST_ENV=development
ROOT_SECRET=insecuresecret123
ROOT_PORT=3000
# AmMentor env
AMMENTOR_DB=ammentor_db
AMMENTOR_DB_URL=postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${DB_HOST}:5432/${AMMENTOR_DB}
AMMENTOR_PORT=8000
SMTP_EMAIL=
SMTP_PASSWORD=
# amD env
DISCORD_TOKEN=
ROOT_URL=https://root.amfoss.in/
AMD_RUST_ENV=dev
CONFIG_FILE_NAME="config.txt"
OWNER_ID=
ENABLE_DEBUG_LIBRARIES=false
# amMentor env
TOKEN=
CHANNEL_ID=
# statusD env
STATUSD_APP_PASSWORD=
STATUSD_EMAIL=
STATUSD_MAILING_LIST=
# Image2Latex
IMG2LATEX_PORT=5000
# Misc
HOSTNAME=
## Discord webhook details, see - https://containrrr.dev/shoutrrr/v0.8/services/discord/
DC_WEBHOOK_TOKEN=
DC_WEBHOOK_ID=