database.go 99 B

123456
  1. package common
  2. var UsingSQLite = false
  3. var UsingPostgreSQL = false
  4. var SQLitePath = "one-api.db"