sapphic-engineer: swap http.ip to 0.0.0.0
This commit is contained in:
parent
aca55dad90
commit
ef52ef21d4
1 changed files with 3 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue