feat: add workflows

This commit is contained in:
Rogee
2024-12-15 10:02:52 +08:00
parent 77a3bd6af8
commit 0008831b24
5 changed files with 92 additions and 1 deletions

Binary file not shown.

39
backend/config.prod.toml Executable file
View File

@@ -0,0 +1,39 @@
[App]
Mode = "prod"
BaseURI = "https://qvyun.mp.jdwan.com"
[Http]
Port = 80
[Swagger]
BaseRoute = "doc"
Title = "Api"
Description = "Api Docs"
BasePath = "/v1"
Version = "1.0.0"
[Database]
Host = "10.1.1.3"
Database = "qvyun"
Password = "xixi0202"
[Wechat]
AppId = "wxf5bf0adeb99c2afd"
AppSecret = "3cf8fad4aa414f2b861399f111b22bb5"
Token = "W8Xhw5TivYBgY"
AesKey = "F6AqCxAV4W1eCrY6llJ2zapphKK49CQN3RgtPDrjhnI"
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"