-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
19 lines (16 loc) · 710 Bytes
/
.env.example
File metadata and controls
19 lines (16 loc) · 710 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Mastodon app
INSTANCE="https://mastodon.social"
APP_NAME="Your app name"
HASHTAG="Yourhashtag"
SECRET="secret"
UP_MSG="is up and running again. We apologize for any inconvenience." # The hastag will be added before this
DOWN_MSG="seems to be down. We are already investigating it." # The hastag will be added before this
# Uptime Robot
UPTIME_ROBOT_API_KEY="uptimerobotsecret"
# If you want to use custom images, set IMAGE to true and set the path to the image in PATH_UP and PATH_DOWN
IMAGE="true"
PATH_UP="img/up.png"
PATH_DOWN="img/down.png"
# App config
PORT="1035"
DEBUG="false" # Only set this to true if you know what you are doing: This will instantly trigger a downtime post if the app is started