-
-
Notifications
You must be signed in to change notification settings - Fork 753
/
.env.production
44 lines (36 loc) · 1.1 KB
/
.env.production
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
# Environment variables for the production build (NODE_ENV=production)
#
# IMPORTANT NODE:
# Do not include any API keys, secrets, passwords into this file in favor of
# using Firebase Config API or something similar. For example:
#
# $ firebase --project=example-prod functions:config:set \
# app.app_origin="https://example.com" \
# app.gcp_service_key="xxxxx" \
# app.gcp_server_key="xxxxx" \
# app.jwt_secret="xxxxx" \
# app.google_client_id="xxxxx" \
# app.google_client_secret="xxxxx" \
# app.facebook_app_id="xxxxx" \
# app.facebook_app_secret="xxxxx" \
# app.pgdatabase="xxxxx" \
# app.pgpassword="xxxxx"
#
# Authentication
JWT_NAME=__session
# JWT_SECRET=xxxxx
# GOOGLE_CLIENT_ID=xxxxx
# GOOGLE_CLIENT_SECRET=xxxxx
# FACEBOOK_APP_ID=xxxxx
# FACEBOOK_APP_SECRET=xxxxx
# PostgreSQL
# https://www.postgresql.org/docs/current/static/libpq-envars.html
PGHOST=/cloudsql/<project-id>:<region>:<db-instance>
# PGUSER=<user>
# PGDATABASE=<database>
# PGPASSWORD=<password>
PGAPPNAME=rsk
PGSSLMODE=
PGDEBUG=false
# Analytics
# GA_TRACKING_ID=UA-XXXXX-Y