summaryrefslogtreecommitdiff
path: root/src/managment/builder/settings.cpp
diff options
context:
space:
mode:
authoreportnov <eportnov@ibs.ru>2022-09-14 09:44:52 +0300
committereportnov <eportnov@ibs.ru>2022-09-14 09:44:52 +0300
commita78e04585b2d4097a88ab681c1beebe8fe9586a1 (patch)
tree0c7b4585ba47af057db150f6226ffcdeca66c7ba /src/managment/builder/settings.cpp
parentbab12f829beb53feb6f48db7a0ef33574740989c (diff)
parent942b22b2ef5ba188ea077dd545c5f240a043cf6f (diff)
downloadobmc-sila-smtp-a78e04585b2d4097a88ab681c1beebe8fe9586a1.tar.xz
Merge branch 'feature/add_new_interfaces'
Diffstat (limited to 'src/managment/builder/settings.cpp')
-rw-r--r--src/managment/builder/settings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/managment/builder/settings.cpp b/src/managment/builder/settings.cpp
index bfa8fb2..02439fd 100644
--- a/src/managment/builder/settings.cpp
+++ b/src/managment/builder/settings.cpp
@@ -11,7 +11,7 @@ namespace smtp::manage::builder
file::Settings Settings::GetFileSettings() const
{
- static const std::string PATH = {"/home/eportnov/work/openbmc/build/cp2-5422/workspace/sources/smtp/settings.txt"};
+ static const std::string PATH = {"/var/lib/smtp/conf/settings.txt"};
return file::Settings{PATH};
}