Skip to content
This repository has been archived by the owner on Jun 2, 2020. It is now read-only.

Commit

Permalink
Make the provided config an example
Browse files Browse the repository at this point in the history
This ensures that the actual conf/config.yaml file won't get checked in.
  • Loading branch information
joerayme committed Apr 13, 2016
1 parent 6f4fc8c commit 42e22bb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -57,3 +57,6 @@ crashlytics-build.properties

# testing
.coverage

# Config
conf/config.yaml
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -102,6 +102,8 @@ Add via pip install or via your package management

## configuration

You should copy the ```conf/config.yaml.sample``` file to ```conf/config.yaml``` and edit as appropriate.

If you use username/password, ensure you set the appropriate permissions - e.g. ```chmod 640 conf/config.yaml``` and set the owner to ```sensu-grid``` which you'll be using to run this app.

### example config
Expand Down
File renamed without changes.

0 comments on commit 42e22bb

Please sign in to comment.