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:
Richard van der Hoff 2017-04-12 15:22:28 +01:00 committed by Richard van der Hoff
parent 3b5b19cc90
commit 11fbdebf64
3 changed files with 3 additions and 3 deletions

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
/bin
/bugs
/pkg
/rageshake-local.yaml
/rageshake.yaml

View File

@ -14,8 +14,8 @@ gb build
Optional parameters:
* `-config <path>`: The path to a YAML config file; see [./rageshake.yaml] for
more information.
* `-config <path>`: The path to a YAML config file; see
[rageshake.sample.yaml](rageshake.sample.yaml) for more information.
* `-listen <address>`: TCP network address to listen for HTTP requests
on. Example: `:9110`.