switched default server to syng.rocks
This commit is contained in:
parent
4717d94bdc
commit
0a36f657e2
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue