Skip to content

Commit

Permalink
Added example configuration and readme.
Browse files Browse the repository at this point in the history
Added example configuration files for api token and users to notify an
grant access, plus a read me file explaining them.
  • Loading branch information
sambostock committed Jul 31, 2014
1 parent ba630d3 commit 5b12059
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
15 changes: 15 additions & 0 deletions example-config/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Example Config Folder

The config folder should hold the following configuration information for Yoorbell:

## API Token

The API token or key, provided by YO to identify your API account, found in the file *api_token.txt*.

## Authorized Users

The list of users authorized to use Yoorbell to enter. It is found in *authorized_users.txt*, and consists of a list of one username per line. YO usernames are in ALL CAPS.

## Notify Users

The list of users to notify (via YO) when a buzz is detected by Yoorbell. It is found in *notify_users.txt*, and consists of a list of one username per line. YO usernames are in ALL CAPS.
1 change: 1 addition & 0 deletions example-config/api_token.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
abcdefgh-ijkl-mnop-qrst-uvwxyz012345
3 changes: 3 additions & 0 deletions example-config/authorized_users.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
USER001
USER002
USER004
3 changes: 3 additions & 0 deletions example-config/notify_users.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
USER001
USER003
USER004

0 comments on commit 5b12059

Please sign in to comment.