-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathexample.env.staging
More file actions
60 lines (45 loc) · 1.35 KB
/
example.env.staging
File metadata and controls
60 lines (45 loc) · 1.35 KB
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
52
53
54
55
56
57
58
59
60
# Secrets that will be set inside of GitHub Actions under the `staging` environment
# NOTE: We re-use the same environment secrets for our staging application on DigitalOcean, for the sake of simplicity
# see .env.example for explanations for the env values that don't have any explanations here.
DATABASE_HOST=
DATABASE_NAME=
DATABASE_PASSWORD=
DATABASE_PORT=
DATABASE_USER=
ENABLE_DOCUMENTATION=
GH_USERNAME=
GH_PASSWORD=
DISCORD_CLIENT_ID=
DISCORD_CLIENT_SECRET=
DISCORD_TOKEN=
DISCORD_PATINA_GUILD_ID=
DISCORD_PATINA_LEETCODE_CHANNEL_ID=
DISCORD_REPORTING_GUILD_ID=
DISCORD_REPORTING_CHANNEL_ID=
DISCORD_REPORTING_LOG_GUILD_ID=
DISCORD_REPORTING_LOG_CHANNEL_ID=
GH_EMAIL_HOST=
GH_EMAIL_PORT=
GH_EMAIL_TYPE=
GH_EMAIL_USERNAME=
GH_EMAIL_PASSWORD=
CODEBLOOM_EMAIL_HOST=
CODEBLOOM_EMAIL_PORT=
CODEBLOOM_EMAIL_TYPE=
CODEBLOOM_EMAIL_USERNAME=
CODEBLOOM_EMAIL_PASSWORD=
ACTUATOR_USERNAME=
ACTUATOR_PASSWORD=
# Force our backend server / GitHub Action to use a specific timezone
TZ=
SECRET_KEY=
# These values are not used inside of the application code, but rather the GitHub Action to
# upload images to Docker Hub and programmatically interact with / re-deploy on DigitalCean
DOCKER_HUB_PAT=
DIGITAL_OCEAN_PAT=
DIGITAL_OCEAN_APP_ID=
# used by the frontend to load certain feature flags.
# looks for the string literal "true"
VITE_STAGING=true
# Redis URL
REDIS_URL=