mirror of
https://github.com/YunoHost-Apps/spacedeck_ynh.git
synced 2024-09-03 20:26:14 +02:00
localhost listens on ipv6, use 127.0.0.1 for ipv4
This commit is contained in:
parent
c243e06f71
commit
0c59194c06
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
"team_name": "YunoHost Spacedeck",
|
||||
"contact_email": "webmaster@__DOMAIN__",
|
||||
|
||||
"host": "localhost",
|
||||
"host": "127.0.0.1",
|
||||
"port": __PORT__,
|
||||
"endpoint": "https://__DOMAIN____PATH__",
|
||||
"invite_code": "__INVITE_SECRET__",
|
||||
|
|
Loading…
Add table
Reference in a new issue