'Generic Commit'
All checks were successful
Build-Test-Publish / build (push) Successful in 1m44s

This commit is contained in:
Your Name
2025-06-14 11:48:16 +12:00
parent 9fb018f162
commit d20449517e
2 changed files with 17 additions and 17 deletions

View File

@@ -27,8 +27,10 @@ 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-server/sos_config.json",
_home / ".config/simple-object-server/config.json",
_home / ".config/simple_object_storage/sos_config.json",
"sos_config.json",
_exe / "sos_config.json",
"/testing/sos_config.json"
};