forked from osm-seed/osm-seed
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
46 lines (33 loc) · 1006 Bytes
/
.env.example
File metadata and controls
46 lines (33 loc) · 1006 Bytes
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
# Server settings
SERVER_URL=127.0.0.1
SERVER_PROTOCOL=http
# DB settings
POSTGRES_HOST=db
POSTGRES_DB=openstreetmap
POSTGRES_USER=postgres
POSTGRES_PASSWORD=1234
# Mailer settings
MAILER_ADDRESS=smtp.gmail.com
MAILER_DOMAIN=gmail.com
MAILER_USERNAME=osmseed.test@gmail.com
MAILER_PASSWORD=1234
# DB acction: backup or restore
DB_ACTION=backup
#choose the cloud provider, in this case would be docker
CLOUDPROVIDER=docker
# Google Store access
GCP_STORAGE_BUCKET=gs://osm-seed
# AWS Store access
AWS_S3_BUCKET=s3://osm-seed
#Activate as true if you want to clean up the backup files 5 days old.
CLEAN_BACKUPS=false
#Osmosis tuning for server
MEMORY_JAVACMD_OPTIONS=2Gi
# Replication job, in minutes
REPLICATION_FOLDER=/replication/minute
# Container: populate-dbapi
URL_FILE_TO_IMPORT=https://storage.googleapis.com/osm-seed-test/osm-processor/dc-output.pbf
##Container osm-processor
# STORAGE
URL_FILE_TO_PROCESS=https://s3.amazonaws.com/osmseed-staging/pbf/dc.pbf
OSM_FILE_ACTION=simple_pbf