diff options
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'], |