* fix postgresql support fixes #517 * fix: fix pg support * chore: delete useless code --------- Co-authored-by: JustSong <songquanpeng@foxmail.com>
7 lines
99 B
Go
7 lines
99 B
Go
package common
|
|
|
|
var UsingSQLite = false
|
|
var UsingPostgreSQL = false
|
|
|
|
var SQLitePath = "one-api.db"
|