forked from developmentseed/osm-seed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.db-utils.example
44 lines (33 loc) · 1.57 KB
/
.env.db-utils.example
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
#Osmosis tuning for server, This variable intends to use much as possible the memory in the server
MEMORY_JAVACMD_OPTIONS=2Gi
#######################################
# Environment variables for overwrite full history planet PBF settings
#######################################
# OVERWRITE_FHISTORY_FILE=(true, false)
OVERWRITE_FHISTORY_FILE=false
#######################################
# Environment variables for overwrite planet settings
#######################################
# OVERWRITE_PLANET_FILE=(true, false)
OVERWRITE_PLANET_FILE=false
#######################################
# Environment variables for Replication job settings
#######################################
# TODO:update start.sh and helm templates, for making this customizable
REPLICATION_FOLDER=replication/minute
#######################################
# Environment variables for minute Replication job settings
#######################################
# Link to a public pbf file
# URL_FILE_TO_IMPORT=https://ds-data-projects.s3.amazonaws.com/dc-output.pbf
# URL_FILE_TO_IMPORT=https://ds-data-projects.s3.amazonaws.com/osm-seed-data/ayac.pbf
URL_FILE_TO_IMPORT=https://download.geofabrik.de/europe/monaco-latest.osm.pbf
#######################################
# Environment variable for DB back up or restore
#######################################
# DB_ACTION=("backup" or "backup")
DB_ACTION=backup
# In case we choose restore, we need to set RESTORE_URL_FILE with a public url file
RESTORE_URL_FILE=http://osmseed.org/osmseed-211104_0055.sql.gz
# TODO: remove this env file from helm template
CLEAN_BACKUPS=false