feat: add conf/app.ini

This commit is contained in:
engigu
2024-01-02 14:54:10 +08:00
parent e26932d02c
commit 8bafbdd4b7
3 changed files with 21 additions and 2 deletions
-1
View File
@@ -9,7 +9,6 @@ import (
type App struct {
JwtSecret string
PrefixUrl string
RuntimeRootPath string
}