clarifies config template

Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/6e8a6181
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/6e8a6181
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/6e8a6181

Branch: refs/heads/master
Commit: 6e8a61810b075bf9b2fa46822ec153ffcfa900e9
Parents: 46ed93e
Author: Jeremy Mitchell <mitchell...@gmail.com>
Authored: Thu Oct 20 11:46:27 2016 -0600
Committer: Jeremy Mitchell <mitchell...@gmail.com>
Committed: Fri Oct 28 15:04:12 2016 -0600

----------------------------------------------------------------------
 traffic_ops/experimental/ui/conf/config-template.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/6e8a6181/traffic_ops/experimental/ui/conf/config-template.js
----------------------------------------------------------------------
diff --git a/traffic_ops/experimental/ui/conf/config-template.js 
b/traffic_ops/experimental/ui/conf/config-template.js
index 8effe10..642cb10 100644
--- a/traffic_ops/experimental/ui/conf/config-template.js
+++ b/traffic_ops/experimental/ui/conf/config-template.js
@@ -16,7 +16,7 @@
 
  */
 
-// this is the config for /opt/traffic_ops/server/server.js and is consumed 
when 'sudo service traffic_ops start'
+// this is the config for /opt/traffic_ops/server/server.js and is consumed 
when 'sudo service traffic_ops_v2 start'
 module.exports = {
        timeout: '120s',
        useSSL: false, // set to true if you plan to use https (self-signed or 
trusted certs).
@@ -31,10 +31,10 @@ module.exports = {
                        '/path/to/ssl-bundle.crt'
                ]
        },
-       // set api 'base_url' to the traffic ops api (all api calls made from 
the traffic ops ui will be proxied to the api base_url)
+       // set api 'base_url' to the traffic ops url (all api calls made from 
the traffic ops ui will be proxied to the api base_url)
        // enter value for api 'key' if you want to append ?API_KEY=value to 
all api calls. It is suggested to leave blank.
        api: {
-               base_url: 'http(s)://where-traffic-ops-api-is.com',
+               base_url: 'http(s)://where-traffic-ops-is.com',
                key: ''
        },
        // default files location (this is where the traffic ops html, css and 
javascript was installed)

Reply via email to