move frontend settings into the DB (for consistent settings handling).

Flattened settings object.
This commit is contained in:
Jason Kulatunga
2022-07-23 09:32:56 -07:00
parent c0f1dfdb0b
commit 54e2cacb00
7 changed files with 79 additions and 43 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import (
"strings"
)
const DBSETTING_SUBKEY = "dbsetting"
const DB_USER_SETTINGS_SUBKEY = "user"
// When initializing this class the following methods must be called:
// Config.New