diff options
author | 2016-11-08 17:34:17 +0100 | |
---|---|---|
committer | 2016-11-10 14:53:01 +0100 | |
commit | f6fc6e5c28255a60c7d2628c0d814e4f12185b16 (patch) | |
tree | c1bdbd1e6b033de3f80441566e41669f83b1def6 /conf | |
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')
-rw-r--r-- | conf/AppDefaults.js | 6 | ||||
-rw-r--r-- | conf/_release.yml | 1 |
2 files changed, 1 insertions, 6 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/", diff --git a/conf/_release.yml b/conf/_release.yml deleted file mode 100644 index b490702..0000000 --- a/conf/_release.yml +++ /dev/null @@ -1 +0,0 @@ -latest_docs_version: 2.x |