Rename sample config file

This means that we can have a `rageshake.yaml` on the live server which is used
without faffing with parameters.
rav/fix_json_rageshake
Richard van der Hoff 7 years ago committed by Richard van der Hoff
parent 3b5b19cc90
commit 11fbdebf64

2
.gitignore vendored

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

@ -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`.