:-'Generic Commit'
Some checks failed
Build-Test-Publish / Build (push) Failing after 26s

This commit is contained in:
Your Name
2025-05-30 21:51:54 +12:00
parent c4f1219b3a
commit dd02b8b33b
2 changed files with 3 additions and 2 deletions

View File

@@ -26,7 +26,8 @@ std::filesystem::path get_config_path() {
std::vector<std::filesystem::path> config_paths = {
"/data/sos_config.json",
_home / ".config/simple_object_storage/config.json",
_exe / ".." / ".test" / "config.json"
_exe / ".." / ".test" / "config.json",
"/testing/sos_config.json"
};
for (const auto& path : config_paths) {