sapphic-engineer: swap http.ip to 0.0.0.0

This commit is contained in:
41666 2024-03-30 13:41:18 -04:00
parent aca55dad90
commit ef52ef21d4

View file

@ -80,7 +80,9 @@ in {
};
"Pleroma.Web.Endpoint" = {
http.ip = "::";
http = {
ip = "0.0.0.0";
};
url.host = "sapphic.engineer";
live_view.signing_salt = secretRef "pleroma--live_view--signing_salt";
signing_salt = secretRef "pleroma--signing_salt";