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

This commit is contained in:
Your Name
2025-05-30 22:00:33 +12:00
parent 9ba0469dea
commit ce6357d99c
7 changed files with 18 additions and 14 deletions

View File

@@ -25,8 +25,8 @@ std::filesystem::path get_config_path() {
// check for config in the following paths:
std::vector<std::filesystem::path> config_paths = {
"/data/sos_config.json",
_home / ".config/simple_object_storage/config.json",
_exe / ".." / ".test" / "config.json",
_home / ".config/simple_object_storage/sos_config.json",
"sos_config.json",
"/testing/sos_config.json"
};