switched default server to syng.rocks

This commit is contained in:
Christoph Stahl 2024-09-22 18:57:55 +02:00
parent 4717d94bdc
commit 0a36f657e2

View file

@ -53,8 +53,8 @@ def default_config() -> dict[str, Optional[int | str]]:
:rtype: dict[str, Optional[int | str]]
"""
return {
"server": "http://localhost:8080",
"room": "ABCD",
"server": "https://syng.rocks",
"room": "",
"preview_duration": 3,
"secret": None,
"last_song": None,