forked from freeCodeCamp/mail-for-good
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
34 lines (31 loc) · 1.11 KB
/
.env.example
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
# Google consumer credentials for oauth
# - Generate these here https://console.developers.google.com/apis/credentials/oauthclient
# and make sure to enable the Google+ API
#
# Examples:
# GOOGLE_CONSUMER_KEY=dlkjxaxxxxxxxxdlkfjalskjda9sokpopr.apps.googleusercontent.com
# GOOGLE_CONSUMER_SECRET=XoDoijdasdj_ooPwerO
# GOOGLE_CALLBACK=http://localhost:8080/auth/google/callback
GOOGLE_CONSUMER_KEY=
GOOGLE_CONSUMER_SECRET=
GOOGLE_CALLBACK=
# Postgres user and database information
# - These variables should match your Postgres configuration
#
# PSQL_USERNAME=
# PSQL_PASSWORD=
# PSQL_DATABASE=
# AWS keys are encrypted in the database using this user-specified password.
# - Generate a random password and provide it here.
#
# Example:
# ENCRYPTION_PASSWORD=VERYSECURERANDOMPASSWORD123
ENCRYPTION_PASSWORD=
# Default url used for unsubscription links, link tracking + pixel tracking links
# - This is usually the domain of the app.
# - Note that this can be overriden on a per-user basis if a user provides a whitelabel url
# in their settings page
#
# Example:
# PUBLIC_HOSTNAME=http://myappishostedhere.com
PUBLIC_HOSTNAME=