We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2360a36 commit 29855a2Copy full SHA for 29855a2
1 file changed
server/config/config.go
@@ -13,6 +13,7 @@ type ConfParser struct {
13
Api_key string `yaml:"api_key"`
14
}
15
16
+// free tmdb keys from https://github.com/rickylawson/freekeys.git
17
var defApiKey = []string{
18
"fb7bb23f03b6994dafc674c074d01761",
19
"e55425032d3d0f371fc776f302e7c09b",
0 commit comments