diff --git a/backend/config/config.go b/backend/config/config.go index f5f175a5..7b826c58 100644 --- a/backend/config/config.go +++ b/backend/config/config.go @@ -59,7 +59,7 @@ func GetBinFolderPath() string { func GetDBFolderPath() string { dbFolderPath := os.Getenv("SUI_DB_FOLDER") if dbFolderPath == "" { - dbFolderPath = "db" + dbFolderPath = "/usr/local/s-ui/db" } return dbFolderPath }