Closer to reality production example configuration
This commit is contained in:
parent
87a01a5cfd
commit
fe750f23bc
@ -34,7 +34,7 @@ var config = {
|
|||||||
// 2. {{=it.user}}: will use the username as extraced from `user_from_host` or `base_url_detached`.
|
// 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.
|
// 3. {{=it.port}}: will use the `port` from this very same configuration file.
|
||||||
,resources_url_templates: {
|
,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'
|
https: 'https://{{=it.cdn_url}}/{{=it.user}}/api/v1/map'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user