mysql
This commit is contained in:
@ -18,6 +18,15 @@ type Config struct {
|
||||
TelnetServer bool `yaml:"telnetserver"`
|
||||
FlexRadioSpot bool `yaml:"flexradiospot"`
|
||||
} `yaml:"general"`
|
||||
Database struct {
|
||||
MySQL bool `yaml:"mysql"`
|
||||
SQLite bool `yaml:"sqlite"`
|
||||
MySQLUser string `yaml:"mysql_db_user"`
|
||||
MySQLPassword string `yaml:"mysql_db_password"`
|
||||
MySQLDbName string `yaml:"mysql_db_name"`
|
||||
MySQLHost string `yaml:"mysql_host"`
|
||||
MySQLPort string `yaml:"mysql_port"`
|
||||
} `yaml:"database"`
|
||||
SQLite struct {
|
||||
SQLitePath string `yaml:"sqlite_path"`
|
||||
Callsign string `yaml:"callsign"`
|
||||
|
Reference in New Issue
Block a user