5 lines
235 B
Ruby
5 lines
235 B
Ruby
# ntfy notification server configuration
|
|
# Default server URL used when AdminUser.ntfy_server_url is blank.
|
|
# In production, set this to your self-hosted ntfy instance.
|
|
NTFY_SERVER_URL = ENV.fetch("NTFY_SERVER_URL", "https://ntfy.sh")
|