X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fconfig.cpp;h=b610c6e4af8291c03ee6169c9c6f09d495d7f5c8;hb=757c16403ef30a498477dda53ffdcbe634f27c80;hp=b1f3fbe02db938ac69fd049f515ed9101d33e4da;hpb=daf3f38d2d89b0073bdbee2a531e00dc00e172c1;p=staging%2Fwindowmanager.git diff --git a/src/config.cpp b/src/config.cpp index b1f3fbe..b610c6e 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -14,18 +14,13 @@ * limitations under the License. */ -// -// Created by mfritzsc on 8/1/17. -// - #include "config.hpp" namespace wm { config::config() : cfg() { // Supply default values for these... - this->cfg["layers.json"] = getenv("LAYERS_JSON") ?: "../layers.json"; - this->cfg["layout.json"] = getenv("LAYOUT_JSON") ?: "../layout.json"; + this->cfg["layers.json"] = getenv("LAYERS_JSON") ?: "/etc/layers.json"; } -} // namespace wm \ No newline at end of file +} // namespace wm