forked from kriasoft/graphql-starter-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.dev
43 lines (35 loc) · 1.08 KB
/
.env.dev
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
# Application settings for the shared development environment
APP_ORIGIN=https://dev.example.com
APP_ENV=development
# Google Cloud
GOOGLE_CLOUD_PROJECT=example-dev
# PostgreSQL
# https://www.postgresql.org/docs/current/static/libpq-envars.html
PGHOST=localhost
PGPORT=5432
PGUSER=postgres
PGPASSWORD=
PGDATABASE=app_dev
# PGSSLMODE=verify-ca
# PGSSLCERT=../db/ssl/client-cert.dev.pem
# PGSSLKEY=../db/ssl/client-key.dev.pem
# PGSSLROOTCERT=../db/ssl/server-ca.dev.pem
# PGSERVERNAME=example-dev:pg12
# Cloud storage bucket for user uploaded content and static assets
STORAGE_BUCKET=s-dev.example.com
# JWT-based sessions
# https://github.com/auth0/node-jsonwebtoken
JWT_SECRET=n2127bOgmzao67RiW3umlVs16GL9fEj+JQRDaaN5E9G7yC/b
# Google OAuth 2.0 credentials
# https://console.cloud.google.com/apis/credentials
GOOGLE_CLIENT_ID=xxxxx.apps.googleusercontent.com
GOOGLE_CLIENT_SECRET=xxxxx
# Facebook App
# https://developers.facebook.com/apps/
FACEBOOK_APP_ID=
FACEBOOK_APP_SECRET=
# Email Settings
# https://app.sendgrid.com/settings/api_keys
SENDGRID_API_KEY=
SENDGRID_FROM_NAME=
SENDGRID_FROM_EMAIL=