Skip to content

Commit c463d9b

Browse files
committed
adding mapboxAccessToken to collectory template
1 parent 98237e3 commit c463d9b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ansible/roles/collectory/templates/config/collectory-config.properties

+2
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ dataSource.url=jdbc:mysql://{{ collectory_db_host_address }}:3306/collectory?aut
7373
collectionsMap.centreMapLon={{ collections_map_lon | default('-3.7036') }}
7474
collectionsMap.centreMapLat={{ collections_map_lat | default('40.4169') }}
7575
collectionsMap.defaultZoom={{ collections_map_zoom | default('5') }}
76+
#mapbox api access for basemap tiles
77+
mapboxAccessToken={{mapbox_access_token | default('')}}
7678

7779
# Project name
7880
projectNameShort={{ orgNameShort | default('ALA') }}

0 commit comments

Comments
 (0)