Merge branch 'master' into mysql_support

This commit is contained in:
lesion
2021-12-09 09:42:54 +01:00
4 changed files with 13 additions and 13 deletions

View File

@@ -7,7 +7,7 @@ parent: Install
## Configuration
{: .no_toc }
`gancio` configuration is done during installation process but you can change it editing the configuration file. Note that you can always re-run gancio with `--setup` flag to use the interactive setup.
`gancio` configuration is done during installation process but you can change it editing the configuration file.
The configuration file shoud be a `.json` or a `.js` file and could be specified using the `--config` flag.
- <small>eg. `gancio start --config ./config.json`</small>