-
Notifications
You must be signed in to change notification settings - Fork 6
/
.env.template
53 lines (39 loc) · 953 Bytes
/
.env.template
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
45
46
47
48
49
50
51
52
53
# Default API port
PORT=9001
APP_URI=http://localhost:9001
# LOG
LOG_LEVEL=error
# Default web app port
WEB_APP_PORT=9000
# DB
PGHOST=localhost
PGPORT=5442
PGDATABASE=frap-dev
PGUSER=frap
PGPASSWORD=frap
PG_MAX_CONNECTIONS=20
# REDIS
REDIS_QUEUE_URL=redis://127.0.0.1:6379
REDIS_DATA_URL=redis://127.0.0.1:6389
# Session
FOO_COOKIE_SECRET=cookie-secret
# Google auth
FRA_GOOGLE_CLIENT_ID=google-client-id
FRA_GOOGLE_CLIENT_SECRET=goggle-client-secret
# Google Maps API key
FRA_GOOGLE_MAPS_API_KEY=google-maps-api-key
#FRA
FRA_REPORT_COLLABORATORS_EXCLUDED=[]
# Local development mail server
FRA_MAIL_HOST=localhost
FRA_MAIL_PORT=1234
FRA_MAIL_USER=foo
FRA_MAIL_PASSWORD=bar
#JWT
TOKEN_SECRET=195...95
# Sepal account credentials for FRA
SEPAL_USER="username"
SEPAL_PASSWORD="password"
# Google Earth Engine private key for server-side authentication with a service account
GEE_PRIVATE_KEY='private key json content'
FRA_MAIL_ENABLED=false