Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // Token加密密钥 (AES) TokenSecret string TokenExpiredIn int64 LogPath string Database Database App App File File CORS CORS }
配置主结构
type Database ¶
type Database struct { Type string // mysql/postgres/sqlite3/mssql Host string UserName string Password string DatabaseName string Path string // 如Sqlite等嵌入式数据库时存放的位置 SSLMode bool LogPath string ShowSQL bool ShowInfo bool ShowDebug bool ShowErr bool ShowWarn bool EnableCache bool }
数据库相关配置
Click to show internal directories.
Click to hide internal directories.