generated from kriasoft/react-firebase-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.test
37 lines (26 loc) · 1.22 KB
/
.env.test
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
# Environment variables for the test build (NODE_ENV=test)
# APP_ORIGIN=http://localhost:3000
# Google Cloud & Firebase
# https://console.cloud.google.com/apis/credentials
# https://console.firebase.google.com/project/_/settings/general/
# https://console.firebase.google.com/project/_/settings/serviceaccounts/adminsdk
# GCP_PROJECT=example-test
# GCP_BROWSER_KEY=AIzaSyAsuqpqt29-TIwBAu01Nbt5QnC3FIKO4A4
# GCP_SERVER_KEY=AIzaSyAsuqpqt29-TIwBAu01Nbt5QnC3FIKO4A4
# GCP_SERVICE_KEY={"type":"service_account","project_id":"example-test","private_key_id":"...","private_key":"...","client_email":"...","client_id":"...","auth_uri":"https://accounts.google.com/o/oauth2/auth","token_uri":"https://accounts.google.com/o/oauth2/token","auth_provider_x509_cert_url":"https://www.googleapis.com/oauth2/v1/certs","client_x509_cert_url":"..."}
# 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_test
# Analytics
# GA_TRACKING_ID=