Skip to content
Snippets Groups Projects
Commit 981d5d74 authored by al.schwinn's avatar al.schwinn
Browse files

[SIL-?] IMPROVMENT: it's more safe to use /mcr repository as default.

It's visible from any FEC domain (/oper not visible everywhere)
parent 4f44ec72
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ namespace Silecs
const std::string Service::semverPatch_ = STRINGIFY(PATCH); //Bug fixes, backward compatible
const std::string Service::paramFilesPath_ = "/dsc/data/silecs/" + Service::semverMajor_ + ".m.p/delivery/";
const std::string Service::paramFilesPathFallback_ = "/acc/dsc/oper/data/silecs/" + Service::semverMajor_ + ".m.p/delivery/";
const std::string Service::paramFilesPathFallback_ = "/acc/dsc/mcr/data/silecs/" + Service::semverMajor_ + ".m.p/delivery/";
} // namespace
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment