Skip to content

v0.2.49..v0.2.50 changeset db.properties.in

Garret Voltz edited this page Nov 6, 2019 · 1 revision
diff --git a/hoot-services/src/main/resources/db/db.properties.in b/hoot-services/src/main/resources/db/db.properties.in
index f4d6d31..6b1e45f 100644
--- a/hoot-services/src/main/resources/db/db.properties.in
+++ b/hoot-services/src/main/resources/db/db.properties.in
@@ -38,9 +38,14 @@ OSMAPI_DB_PORT=${DB_PORT_OSMAPI}
 PUBLIC_OSMAPI_URL = ${OSM_API_URL}
 PUBLIC_OSMAPI_VERSION = ${OSM_API_VERSION}
 
-# URL for the public OSM Overpass api
+# URL for the Public Overpass API
 PUBLIC_OVERPASS_URL = ${OVERPASS_API_URL}
 
+# URL for the Private Overpass API
+PRIVATE_OVERPASS_URL =
+PRIVATE_OVERPASS_CERT_PATH =
+PRIVATE_OVERPASS_CERT_PHRASE =
+
 # Local OSM Rails Port Setup
 RAILSPORT_PROTOCOL = ${RAILS_PROTOCOL}
 RAILSPORT_HOST = ${RAILS_HOST}
Clone this wiki locally