1
0
Fork 0
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:
Salamandar 2024-01-17 22:12:45 +01:00
parent c243e06f71
commit 0c59194c06

View file

@ -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__",