mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-09-11 17:15:44 +08:00
8 lines
222 B
Go
8 lines
222 B
Go
package configs
|
|
|
|
type ServerConfig struct {
|
|
Sqlite Sqlite `mapstructure:"sqlite"`
|
|
Mysql Mysql `mapstructure:"mysql"`
|
|
System System `mapstructure:"system"`
|
|
LogConfig LogConfig `mapstructure:"log"`
|
|
}
|