Discover Packages
github.com/SukiEva/aldb
server
config
package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: May 31, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
InitConfig 初始化配置;从指定文件加载配置文件
type LogConfig struct {
Level string `json:"level"`
Filename string `json:"filename"`
MaxSize int `json:"maxsize"`
MaxAge int `json:"max_age"`
MaxBackups int `json:"max_backups"`
}
type Mongo struct {
Uri string `json:"uri"`
DB string `json:"db"`
}
type TencentCOS struct {
Bucket string `json:"bucket"`
Region string `json:"region"`
SecretID string `json:"secretID"`
SecretKey string `json:"secretKey"`
BaseURL string `json:"baseURL"`
PathPrefix string `json:"pathPrefix"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.