Move map tiles provider server and map tiles attribution to secrets.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
default: &default
|
||||
secret_key_base: "56792feef405a59b18ea7db57b4777e855103882b926413d4afdfb8c0ea8aa86ea6649da4e729c5f5ae324c0ab9338f789174cf48c544173bc18fdc3b14262e4"
|
||||
map_tiles_provider: "//{s}.tile.openstreetmap.org/{z}/{x}/{y}.png"
|
||||
map_tiles_provider_attribution: "© <a href=\"http://osm.org/copyright\">OpenStreetMap</a> contributors"
|
||||
|
||||
development:
|
||||
<<: *default
|
||||
@@ -36,6 +38,9 @@ production: &production
|
||||
rollbar_server_token: ""
|
||||
server_name: ""
|
||||
|
||||
map_tiles_provider: "//{s}.tile.openstreetmap.org/{z}/{x}/{y}.png"
|
||||
map_tiles_provider_attribution: "© <a href=\"http://osm.org/copyright\">OpenStreetMap</a> contributors"
|
||||
|
||||
preproduction:
|
||||
server_name: ""
|
||||
<<: *production
|
||||
|
||||
Reference in New Issue
Block a user