Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/sambostock/yoorbell
Browse files Browse the repository at this point in the history
  • Loading branch information
sambostock committed Aug 2, 2014
2 parents 3b7beca + 117fc06 commit 07ef4d8
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 07ef4d8

Please sign in to comment.