Rename sample config file
This means that we can have a `rageshake.yaml` on the live server which is used without faffing with parameters.
This commit is contained in:
parent
3b5b19cc90
commit
11fbdebf64
3 changed files with 3 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,4 +1,4 @@
|
||||||
/bin
|
/bin
|
||||||
/bugs
|
/bugs
|
||||||
/pkg
|
/pkg
|
||||||
/rageshake-local.yaml
|
/rageshake.yaml
|
||||||
|
|
|
@ -14,8 +14,8 @@ gb build
|
||||||
|
|
||||||
Optional parameters:
|
Optional parameters:
|
||||||
|
|
||||||
* `-config <path>`: The path to a YAML config file; see [./rageshake.yaml] for
|
* `-config <path>`: The path to a YAML config file; see
|
||||||
more information.
|
[rageshake.sample.yaml](rageshake.sample.yaml) for more information.
|
||||||
* `-listen <address>`: TCP network address to listen for HTTP requests
|
* `-listen <address>`: TCP network address to listen for HTTP requests
|
||||||
on. Example: `:9110`.
|
on. Example: `:9110`.
|
||||||
|
|
||||||
|
|
Reference in a new issue