You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
468 B
27 lines
468 B
# IRC Configuration |
|
IRC_SERVER=irc.libera.chat |
|
IRC_PORT=6697 |
|
IRC_CHANNELS="#channel" |
|
IRC_USER=user |
|
IRC_NICK=nick |
|
IRC_PASSWORD=password |
|
|
|
# Set this variable to enable debug |
|
IRC_DEBUG |
|
|
|
# Background Messages |
|
SYSCOM_CHANNELS="#channel" |
|
|
|
# Twitter Configuration |
|
TWITTER_CONSUMER_KEY="" |
|
TWITTER_CONSUMER_SECRET="" |
|
TWITTER_ACCESS_TOKEN="" |
|
TWITTER_ACCESS_SECRET="" |
|
TWITTER_USERS="UWNetworkAlert" |
|
|
|
# Uptime Robot |
|
UPTIME_ROBOT_API_KEY="" |
|
|
|
# UPS |
|
UPSES="" |
|
UPS_COMMUNITY_STRING=""
|
|
|