-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.env.template
51 lines (41 loc) · 925 Bytes
/
.env.template
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
# Description: Template for environment variables
# Usage:
## 1. Copy this file to .env.local and replace it with the local configuration.
## 2. Copy this file to .env.test and replace it with the test configuration.
#################################
# Server related configurations #
#################################
# PosgresSQL
PGUSER=
PGPASSWORD=
PGDB=
PGHOST=
PGPORT=
PGCA=
# For secret message
DUCKDUCKGOOSE=
# For API Requests
NUXT_PUBLIC_API_BASE_URL=
# For Discord OAuth API
BASE_URL=
DISCORD_CLIENT_ID=
DISCORD_SERVER_ID=
DISCORD_CLIENT_SECRET=
DISCORD_BOT_TOKEN=
DISCORD_VOLUNTEER_ROLE_ID=
DISCORD_HACKER_ROLE_ID=
# For CV storage
STORAGE_ACCESS_KEY=
STORAGE_SECRET_KEY=
STORAGE_BUCKET_CV=
STORAGE_BUCKET_CERTS=
STORAGE_ENDPOINT=
# For emails
NODEMAILER_HOST=
NODEMAILER_PORT=
NODEMAILER_USER=
NODEMAILER_PASS=
# For Discord Webhook Integration
DISCORD_ANNOUNCEMENT_WEBHOOK=
# For Con4 API
CON4_API_KEY=