mirror of
https://github.com/natelandau/shell-scripting-templates.git
synced 2025-11-08 05:03:46 -05:00
13 lines
454 B
Plaintext
13 lines
454 B
Plaintext
# 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="YourApplicationAPIKey"
|
|
PUSHOVER_USER_KEY="YourUserKey"
|