-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.env.example
More file actions
39 lines (29 loc) · 782 Bytes
/
.env.example
File metadata and controls
39 lines (29 loc) · 782 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
# you can leave these alone
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_HOST=localhost
POSTGRES_PORT=5432
POSTGRES_DATABASE=luhack_bot
# get from discord
BOT_TOKEN=
# the secret used to encrypt emails in the db
EMAIL_KEY=
# the secret used for generating tokens
TOKEN_SECRET=
# outh stuff
DISCORD_CLIENT_ID=
DISCORD_CLIENT_SECRET=
# the email address to send tokens from
FROM_EMAIL_ADDRESS=verify@addr.me
QUART_APP=writeups_site.site:app
# if to run the bot in test mode (won't perform admin actions)
TEST_MODE=0
# the token used to become a prospective member
PROSPECTIVE_TOKEN=
# the webhook to log website actions to
LOG_WEBHOOK=https://discordapp.com/api/webhooks/../..
TS_API_KEY=
TS_TAILNET=
TS_AUTHSTATE2=
TS_TAILCONTROL=
TS_DOMAIN_SUFFIX=foo.ts.net