-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.env.sample
More file actions
40 lines (30 loc) · 810 Bytes
/
.env.sample
File metadata and controls
40 lines (30 loc) · 810 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
DB_NAME=
DB_USER=
DB_PASS=
DB_HOST=
# Values to use when seeding database with a Superuser (see README.md). Password is optional.
SUPERUSER_NAME=
SUPERUSER_PASSWORD=
SUPERUSER_EMAIL=
# Credentials for your Google Developer app
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
GOOGLE_CLIENT_APIKEY=
GOOGLE_SERVER_APIKEY=
# Google Analytics ID
GOOGLE_MEASUREMENT_ID=
# ReCAPTCHA
RECAPTCHA_SITE_KEY=
RECAPTCHA_SECRET_KEY=
# JSON Web Token secret to encrypt ID token cookie
JWT_SECRET=
# Secret for session middleware
SESSION_SECRET=
# Docker Postgres password env, same as DB_PASS
POSTGRES_PASSWORD=
# Logging API key
HONEYBADGER_API_KEY=
# SendGrid info for email notifications
SENDGRID_API_KEY=
# Set as true to run https locally, add self-signed certificate in cert folder to trusted certificates
USE_HTTPS=