9 lines
236 B
YAML
9 lines
236 B
YAML
# Logical name for this server (shown in /scnotify status)
|
|
server-name: Lobby
|
|
|
|
gotify:
|
|
# Gotify server base URL (no trailing slash)
|
|
url: "https://gotify.example.com"
|
|
|
|
# Token from your Gotify app
|
|
token: "REPLACE_WITH_YOUR_TOKEN" |