Add --create-config flag to generate default config
This commit is contained in:
@@ -51,6 +51,7 @@ func New() *Config {
|
||||
Database: DatabaseCfg{
|
||||
Type: "mysql",
|
||||
Host: "localhost",
|
||||
Port: 3306,
|
||||
},
|
||||
App: AppCfg{
|
||||
Federation: true,
|
||||
|
Reference in New Issue
Block a user