forked from hotosm/oam-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.local.sample
36 lines (28 loc) · 931 Bytes
/
.env.local.sample
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
# OAuth login for users
# ---------------------
FACEBOOK_APP_ID=fillme
FACEBOOK_APP_SECRET=fillme
GOOGLE_CLIENT_ID=fillme
GOOGLE_CLIENT_SECRET=fillme
GDRIVE_KEY=fillme
# OAM-specific
# ------------
# The bucket into which images uploaded by users are placed
OIN_BUCKET=fillme
# Convenience for not having to create new buckets. Eg; Travis CI tests require this.
# Remove if not needed, do not leave empty.
# OIN_BUCKET_PREFIX=development
# A bucket just for somewhere to place imagery uploaded from the browser, before it
# gets fully processed.
UPLOAD_BUCKET=fillme
# Used to identify imagery after it has been uploaded.
S3_PUBLIC_DOMAIN=s3.eu-central-1.amazonaws.com
# AWS credentials
AWS_ACCESS_KEY_ID=fillme
AWS_SECRET_ACCESS_KEY=fillme
AWS_REGION=eu-central-1 # the same region as S3_PUBLIC_DOMAIN
# For sending emails
SENDGRID_API_KEY=fillme
SENDGRID_FROM=fillme
# required to run locally
NEW_RELIC_LICENSE_KEY=a1b2c3