X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/53aa7259bb0612eb48a17d0b954ad71ea37d87a4..1612ea75c541016ff8c4312935e8bfc4462608c6:/config/settings.yml diff --git a/config/settings.yml b/config/settings.yml index ffee16114..e6b156e28 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -118,10 +118,15 @@ fossgis_osrm_url: "https://routing.openstreetmap.de/" csp_enforce: false # URL for reporting Content-Security-Policy violations #csp_report_url: "" -# Storage service to use in production mode -storage_service: "local" -# Root URL for storage service -# storage_url: +# Storage services to use in production mode +avatar_storage: "local" +trace_file_storage: "local" +trace_image_storage: "local" +trace_icon_storage: "local" +# Root URL for storage services +# avatar_storage_url: +# trace_image_storage_url: +# trace_icon_storage_url: # URL for tile CDN #tile_cdn_url: "" # SMTP settings for outbound mail @@ -132,8 +137,3 @@ smtp_enable_starttls_auto: false smtp_authentication: null smtp_user_name: null smtp_password: null -# Storage services -avatar_storage: "local" -trace_file_storage: "local" -trace_image_storage: "local" -trace_icon_storage: "local"