forked from resource-watch/resource-watch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.sample
36 lines (26 loc) · 1.07 KB
/
.env.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
# Your secret key is used for verifying the integrity of signed cookies.
# If you change this key, all old signed cookies will become invalid!
# Make sure the secrets in this file are kept private
SECRET=keyboard cat
# It is used to set default basemap for map, it should be a valid Tile URL
# Examples: https://leaflet-extras.github.io/leaflet-providers/preview/
BASEMAP_TILE_URL=
# API's urls: https://api.resourcewatch.org
WRI_API_URL="https://api.resourcewatch.org/v1"
# static assets url for this application
STATIC_SERVER_URL="https://staging.resourcewatch.org:442"
# Control tower is used to manage users
CONTROL_TOWER_URL="https://production-api.globalforestwatch.org"
CALLBACK_URL="http://localhost:3000/auth"
# Is is used to select which data will be showed
APPLICATIONS="rw"
# Redis URL for production mode
REDIS_URL=
# Transifex live api token
TRANSIFEX_LIVE_API=
# Environments to pass to the API (comma-separated values)
API_ENV=
# Google Analytics tracking ID
GOOGLE_ANALYTICS=
# URL of the Wordpress blog's JSON API
BLOG_API_URL=https://blog.resourcewatch.org/wp-json/wp/v2