Add --create-config flag to generate default config

This commit is contained in:
Matt Baer
2018-10-16 16:57:55 -04:00
parent 5034cfdf11
commit af601d7b0c
2 changed files with 13 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ func New() *Config {
Database: DatabaseCfg{
Type: "mysql",
Host: "localhost",
Port: 3306,
},
App: AppCfg{
Federation: true,