From: Tom Hughes Date: Wed, 22 Mar 2017 17:24:28 +0000 (+0000) Subject: Set server_url in the test environment X-Git-Tag: live~3473 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/ce209c8c4f7a3fb2a4217728db367451676f7f71?hp=baa3b3188d19f349ee0a531c0280e39cfa8a7413 Set server_url in the test environment --- diff --git a/config/example.application.yml b/config/example.application.yml index 6ebb786d5..73089394f 100644 --- a/config/example.application.yml +++ b/config/example.application.yml @@ -130,6 +130,8 @@ production: test: <<: *defaults + # Server URL for testing + server_url: "openstreetmap.example.com" # Geonames credentials for testing geonames_username: "dummy" # External authentication credentials for testing