From fe750f23bc5508d135c8b5bed4f22566ef063a16 Mon Sep 17 00:00:00 2001 From: Raul Ochoa Date: Thu, 24 Nov 2016 12:56:38 +0100 Subject: [PATCH] Closer to reality production example configuration --- config/environments/production.js.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/production.js.example b/config/environments/production.js.example index 2cb9a1f8..d50eb1e4 100644 --- a/config/environments/production.js.example +++ b/config/environments/production.js.example @@ -34,7 +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', + http: 'http://{{=it.cdn_url}}/{{=it.user}}/api/v1/map', https: 'https://{{=it.cdn_url}}/{{=it.user}}/api/v1/map' }