fonchain-artistinfo/pkg/m/artistinfo.go

18 lines
360 B
Go
Raw Normal View History

2023-01-18 09:03:15 +00:00
package m
//HTTP
const (
CertPath = "./key/artist.fontree.cn.crt"
PrivPath = "./key/artist.fontree.cn.key"
Enabled = "false"
// ReturnUrl = "http://artist.fontree.cn"
ReturnUrl = "192.168.10.7"
)
const (
URL = "https://cdn.fontree.cn"
AK = "e102c02f0a7843d29a8abe561a17913e"
SK = "a6042bb43d4747259a7da72133cc5ce6"
Bucket = "dci-file"
)