This commit is contained in:
@@ -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"
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user