Move map tiles provider server and map tiles attribution to secrets.

This commit is contained in:
Senén Rodero Rodríguez
2017-08-08 16:07:33 +02:00
parent 5113fefef6
commit 5a09b79da4
4 changed files with 11 additions and 22 deletions

View File

@@ -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: "&copy; <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: "&copy; <a href=\"http://osm.org/copyright\">OpenStreetMap</a> contributors"
preproduction:
server_name: ""
<<: *production