14 lines
355 B
YAML
14 lines
355 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"
|
|
|
|
# Title used in Gotify notifications (supports {server} placeholder)
|
|
title: "🔔 Player Alert from {server}"
|
|
|