mirror of
https://github.com/simon-ding/polaris.git
synced 2026-06-06 18:17:46 +08:00
first draft version
This commit is contained in:
6
db/const.go
Normal file
6
db/const.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package db
|
||||
|
||||
const (
|
||||
SettingTmdbApiKey = "tmdb_api_key"
|
||||
SettingLanguage = "language"
|
||||
)
|
||||
Reference in New Issue
Block a user