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 /bin
/bugs /bugs
/pkg /pkg
/rageshake-local.yaml /rageshake.yaml

View File

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