feat: init repo
This commit is contained in:
39
backend/config.prod.toml
Executable file
39
backend/config.prod.toml
Executable file
@@ -0,0 +1,39 @@
|
||||
[App]
|
||||
Mode = "prod"
|
||||
BaseURI = "https://qvyun.mp.jdwan.com"
|
||||
|
||||
[Http]
|
||||
Port = 9600
|
||||
|
||||
[Swagger]
|
||||
BaseRoute = "doc"
|
||||
Title = "Api"
|
||||
Description = "Api Docs"
|
||||
BasePath = "/v1"
|
||||
Version = "1.0.0"
|
||||
|
||||
|
||||
[Database]
|
||||
Host = "host.local"
|
||||
Database = "qvyun"
|
||||
Password = "xixi0202"
|
||||
|
||||
[Wechat]
|
||||
AppId = "wx47649361b6eba174"
|
||||
AppSecret = "e9cdf19b006cd294a9dae7ad8ae08b72"
|
||||
Token = "W8Xhw5TivYBgY"
|
||||
AesKey = "OlgPgMvsl92zy5oErtEzRcziRT2txoN3jgEHV6RQZMY"
|
||||
DevMode = false
|
||||
|
||||
[JWT]
|
||||
ExpiresTime = "1680h"
|
||||
SigningKey = "LiXi.Y@140202"
|
||||
|
||||
[HashIDs]
|
||||
Salt = "LiXi.Y@140202"
|
||||
|
||||
[Storage]
|
||||
Type = "local"
|
||||
# Path = "/projects/mp-qvyun/backend/fixtures/processed"
|
||||
Path = "/app/processed"
|
||||
Asset = "/app/dist"
|
||||
Reference in New Issue
Block a user