Files
smartcraft-notifier/target/classes/config.yml
2025-06-21 15:20:09 -04:00

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}"