Skip to content

Commit

Permalink
default db location
Browse files Browse the repository at this point in the history
  • Loading branch information
alireza0 committed Mar 1, 2024
1 parent 00ee69e commit 944f671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 944f671

Please sign in to comment.