We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98237e3 commit c463d9bCopy full SHA for c463d9b
ansible/roles/collectory/templates/config/collectory-config.properties
@@ -73,6 +73,8 @@ dataSource.url=jdbc:mysql://{{ collectory_db_host_address }}:3306/collectory?aut
73
collectionsMap.centreMapLon={{ collections_map_lon | default('-3.7036') }}
74
collectionsMap.centreMapLat={{ collections_map_lat | default('40.4169') }}
75
collectionsMap.defaultZoom={{ collections_map_zoom | default('5') }}
76
+#mapbox api access for basemap tiles
77
+mapboxAccessToken={{mapbox_access_token | default('')}}
78
79
# Project name
80
projectNameShort={{ orgNameShort | default('ALA') }}
0 commit comments