feat: init repo
This commit is contained in:
30
backend/config.toml
Normal file
30
backend/config.toml
Normal file
@@ -0,0 +1,30 @@
|
||||
[App]
|
||||
Mode = "development"
|
||||
BaseURI = "https://qvyun.mp.jdwan.com"
|
||||
|
||||
[Http]
|
||||
Port = 9600
|
||||
|
||||
[Database]
|
||||
Host = "10.1.1.3"
|
||||
Database = "qvyun_v2"
|
||||
Password = "xixi0202"
|
||||
|
||||
[Wechat]
|
||||
AppId = "wx45745a8c51091ae0"
|
||||
AppSecret = "2ab33bc79d9b47efa4abef19d66e1977"
|
||||
Token = "W8Xhw5TivYBgY"
|
||||
AesKey = "F6AqCxAV4W1eCrY6llJ2zapphKK49CQN3RgtPDrjhnI"
|
||||
DevMode = true
|
||||
|
||||
[JWT]
|
||||
ExpiresTime = "168h"
|
||||
SigningKey = "LiXi.Y@140202"
|
||||
|
||||
[HashIDs]
|
||||
Salt = "LiXi.Y@140202"
|
||||
|
||||
[Storage]
|
||||
Type = "local"
|
||||
Path = "/mnt/yangpingliang/processed"
|
||||
Asset = "/projects/qvyun/frontend/dist"
|
||||
Reference in New Issue
Block a user