Skip to content

Commit a9b37b6

Browse files
author
Rub21
committed
Update env var values for taginfo
1 parent 418e692 commit a9b37b6

File tree

2 files changed

+229
-227
lines changed

2 files changed

+229
-227
lines changed

.env-taginfo.example

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
URL_PLANET_FILE=https://planet.openhistoricalmap.org.s3.amazonaws.com/planet/planet-200526_0000.osm.pbf
2-
URL_HISTORY_PLANET_FILE=https://planet.openhistoricalmap.org.s3.amazonaws.com/planet/full-history/history-200526_0000.osh.pbf
3-
REPLICATION_SERVER=https://planet.openhistoricalmap.org.s3.amazonaws.com/replication/minute/
4-
TIME_UPDATE_INTERVAL=24h
1+
URL_PLANET_FILE_STATE=https://planet.osm.org/pbf/state.txt
2+
URL_HISTORY_PLANET_FILE_STATE=https://planet.osm.org/pbf/full-history/state.txt
3+
URL_PLANET_FILE=https://planet.osm.org/pbf/planet-latest.osm.pbf
4+
URL_HISTORY_PLANET_FILE=https://planet.osm.org/pbf/full-history/history-latest.osm.pbf
5+
TIME_UPDATE_INTERVAL=5d
56
INSTANCE_URL=http://localhost:4567
67
INSTANCE_NAME=OHM Taginfo
78
INSTANCE_DESCRIPTION="This is a <b>taginfo test instance</b>. Change this text in your <tt>taginfo-config.json</tt>."
89
INSTANCE_ICON=/img/logo/world.png
910
INSTANCE_CONTACT=Anonymous
1011
TAGINFO_PROJECT_REPO=https://github.com/taginfo/taginfo-projects.git
1112
DOWNLOAD_DB=languages wiki
13+
CREATE_DB=db projects chronology

0 commit comments

Comments
 (0)