Added sample Pushover config file

This commit is contained in:
Nathaniel Landau
2015-01-02 21:03:49 -05:00
parent 066f62523a
commit cebcd99cff
2 changed files with 14 additions and 1 deletions

3
etc/.gitignore vendored
View File

@@ -1,4 +1,5 @@
*
!.gitignore
!.README.md
!README.md
!pushover.cfg.sample

12
etc/pushover.cfg.sample Normal file
View File

@@ -0,0 +1,12 @@
# PUSHOVER CONFIGURATION FILE
# -------------------------------------------------------------
# To enable the ability to send notifications from scripts
# via Pushover enter your Pushover API and USER keys below.
# Then rename this file to pushover.cfg
#
# You may obtain these credentials at https://pushover.net
#
# -------------------------------------------------------------
PUSHOVER_API_KEY="aUJmXXN5KUqMDWDsRaxYtMzVjE4ibt"
PUSHOVER_USER_KEY="u8Q5yJsut7jq5bcKioPa3f9MHbGyNW"