mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-04 03:56:24 -07:00
Remove SQLite support due to instability
This commit is contained in:
parent
31f9c57a35
commit
a69b6748c7
16 changed files with 22 additions and 97 deletions
|
@ -190,7 +190,7 @@ func InitConfig(versionStr string) {
|
|||
"TemplateDir not set in gochan.json or unable to locate template directory, halting.")
|
||||
|
||||
Config.checkString(Config.DBtype, "", true,
|
||||
"DBtype not set in gochan.json, halting (currently supported values: mysql,postgresql,sqlite3)")
|
||||
"DBtype not set in gochan.json, halting (currently supported values: mysql,postgresql)")
|
||||
Config.checkString(Config.DBhost, "", true,
|
||||
"DBhost not set in gochan.json, halting.")
|
||||
Config.DBname = Config.checkString(Config.DBname, "gochan", false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue