mirror of
https://github.com/natelandau/shell-scripting-templates.git
synced 2025-11-08 13:13:47 -05:00
Added sample Pushover config file
This commit is contained in:
3
etc/.gitignore
vendored
3
etc/.gitignore
vendored
@@ -1,4 +1,5 @@
|
||||
*
|
||||
|
||||
!.gitignore
|
||||
!.README.md
|
||||
!README.md
|
||||
!pushover.cfg.sample
|
||||
|
||||
12
etc/pushover.cfg.sample
Normal file
12
etc/pushover.cfg.sample
Normal 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"
|
||||
Reference in New Issue
Block a user