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]] :rtype: dict[str, Optional[int | str]]
""" """
return { return {
"server": "http://localhost:8080", "server": "https://syng.rocks",
"room": "ABCD", "room": "",
"preview_duration": 3, "preview_duration": 3,
"secret": None, "secret": None,
"last_song": None, "last_song": None,