diff options
author | Walt Miner <wminer@linuxfoundation.org> | 2017-12-18 21:04:49 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-18 21:04:49 -0600 |
commit | f29aeb5b4ee054c14533c41d66ba75dab780acb4 (patch) | |
tree | f41e7eafa5ee69199a535aee2b26b8a1f090f413 /conf/AppDefaults.js | |
parent | 6aaaea6df61b853bfe3f9efe2a5e9b18f698aecd (diff) | |
parent | cc788489c4bbaf64bafaae11aaf3639d75f345db (diff) |
Merge pull request #60 from dl9pf/master
Remove dev header and edit button from doc site and update header/footer
Diffstat (limited to 'conf/AppDefaults.js')
-rw-r--r-- | conf/AppDefaults.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/AppDefaults.js b/conf/AppDefaults.js index 43e15b2..6a9e213 100644 --- a/conf/AppDefaults.js +++ b/conf/AppDefaults.js @@ -25,9 +25,9 @@ config = { // PUSH_DEST : "apache@some.sample.server:/srv/www/docs/", // CRAWL_PROD : "http://some.sample.server/", - PUSH_DEST : "apache@www.ovh.iot:/srv/www/iotbzh/webdocs-sample/", - CRAWL_DEV : "http://docs.iot.bzh", - CRAWL_PROD : "http://docs.iot.bzh", +// PUSH_DEST : "apache@www.ovh.iot:/srv/www/iotbzh/webdocs-sample/", +// CRAWL_DEV : "http://docs.iot.bzh", +// CRAWL_PROD : "http://docs.iot.bzh", LANGUAGES: ['en','fr'], |