Files
nagato-discord/config/stoat.toml
2026-06-11 15:48:12 +08:00

26 lines
651 B
TOML

# stoat version of nagato server
# Sources: https://github.com/stoatchat/self-hosted
[hosts]
app = "https://discord.nagato.com"
api = "https://discord.nagato.com/api"
events = "wss://discord.nagato.com/ws"
autumn = "https://discord.nagato.com/autumn"
january = "https://discord.nagato.com/january"
[hosts.livekit]
worldwide = "wss://discord.nagato.com/livekit"
[api.livekit.nodes.worldwide]
url = "http://livekit:7880"
lat = 0.0
lon = 0.0
# (如果啟用視頻功能)
[features.limits.new_user]
video_resolution = [1920, 1080]
video_aspect_ratio = [0.3, 10]
[features.limits.default]
video_resolution = [1920, 1080]
video_aspect_ratio = [0.3, 10]