diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2016-11-08 17:34:17 +0100 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@iot.bzh> | 2016-11-10 14:53:01 +0100 |
commit | f6fc6e5c28255a60c7d2628c0d814e4f12185b16 (patch) | |
tree | c1bdbd1e6b033de3f80441566e41669f83b1def6 /conf/AppDefaults.js | |
parent | c530e84843444a40804e0c2b038c2ec53fe411b2 (diff) |
webdocs: fix config paths and merging
Change-Id: Iadb970fba5f5af6ebee10722218ddeb8da717110
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'conf/AppDefaults.js')
-rw-r--r-- | conf/AppDefaults.js | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/conf/AppDefaults.js b/conf/AppDefaults.js index 5d96ecf..38cd2ad 100644 --- a/conf/AppDefaults.js +++ b/conf/AppDefaults.js @@ -14,20 +14,16 @@ * limitations under the License. */ -var path= require("path"); - // Default config will be: // - completed with default from DOCS_TOOLS/conf/AppDefault.js // - superseaded by ProjectRoot/.config-???.js $HOME/.config-???.js /etc/default/config-???.js + config = { DST_PROD : "build-prod", DST_DEVL : "build-dev", VER_CURRENT: "2.x", - SITE_DIR : "site", - DOCS_TOOLS : "../doctools/webdocs", - PUSH_DEST : "apache@some.sample.server:/srv/www/docs/", CRAWL_PROD : "http://some.sample.server/", |