Closer to reality production example configuration

This commit is contained in:
Raul Ochoa 2016-11-24 12:56:38 +01:00
parent 87a01a5cfd
commit fe750f23bc

View File

@ -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'
}