piwik = data_bag_item("web", "piwik")
storage = {
- "aws" => {
+ "avatars" => {
"service" => "S3",
"access_key_id" => "AKIASQUXHPE7AMJQRFOS",
"secret_access_key" => web_passwords["aws_key"],
potlatch2_key web_passwords["potlatch2_key"]
id_key web_passwords["id_key"]
oauth_key web_passwords["oauth_key"]
+ oauth_application web_passwords["oauth_application"]
piwik_configuration "location" => piwik[:location],
"site" => piwik[:site],
"goals" => piwik[:goals].to_hash
trace_use_job_queue true
diary_feed_delay 12
storage_configuration storage
- storage_service "aws"
+ storage_service "avatars"
storage_url "https://openstreetmap-user-avatars.s3.dualstack.eu-west-1.amazonaws.com"
+ overpass_url "https://query.openstreetmap.org/query-features"
end
gem_package "bundler#{ruby_version}" do