From 87a01a5cfd69ee0d2ac485b73f2fed02eded54d8 Mon Sep 17 00:00:00 2001 From: Raul Ochoa Date: Thu, 24 Nov 2016 12:56:02 +0100 Subject: [PATCH] Example configuration with just HTTP --- config/environments/test.js.example | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/environments/test.js.example b/config/environments/test.js.example index f0fcafc0..8961019d 100644 --- a/config/environments/test.js.example +++ b/config/environments/test.js.example @@ -34,8 +34,7 @@ var config = { // 2. {{=it.user}}: will use the username as extraced from `user_from_host` or `base_url_detached`. // 3. {{=it.port}}: will use the `port` from this very same configuration file. ,resources_url_templates: { - http: 'http://{{=it.user}}.localhost.lan:{{=it.port}}/api/v1/map', - https: 'https://{{=it.cdn_url}}/{{=it.user}}/api/v1/map' + http: 'http://{{=it.user}}.localhost.lan:{{=it.port}}/api/v1/map' } // Maximum number of connections for one process