From ce209c8c4f7a3fb2a4217728db367451676f7f71 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 22 Mar 2017 17:24:28 +0000 Subject: [PATCH] Set server_url in the test environment --- config/example.application.yml | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.43.2