diff --git a/.gitignore b/.gitignore index 7b791ef..a969af7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ /bin /bugs /pkg -/rageshake-local.yaml +/rageshake.yaml diff --git a/README.md b/README.md index 082849b..c777f12 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ gb build Optional parameters: - * `-config `: The path to a YAML config file; see [./rageshake.yaml] for - more information. + * `-config `: The path to a YAML config file; see + [rageshake.sample.yaml](rageshake.sample.yaml) for more information. * `-listen
`: TCP network address to listen for HTTP requests on. Example: `:9110`. diff --git a/rageshake.yaml b/rageshake.sample.yaml similarity index 100% rename from rageshake.yaml rename to rageshake.sample.yaml