Also disable mail for gotosocial for now
This commit is contained in:
parent
0bf37bb0c1
commit
9cf4e12c67
|
@ -35,11 +35,11 @@
|
||||||
media-image-max-size = 41943040;
|
media-image-max-size = 41943040;
|
||||||
media-video-max-size = 209715200;
|
media-video-max-size = 209715200;
|
||||||
media-description-max-chars = 2000;
|
media-description-max-chars = 2000;
|
||||||
smtp-host = "localhost";
|
#smtp-host = "localhost";
|
||||||
smtp-port = 587;
|
#smtp-port = 587;
|
||||||
smtp-username = "no-reply@social.gladtherescake.eu";
|
#smtp-username = "no-reply@social.gladtherescake.eu";
|
||||||
smtp-password = config.sops.secrets."mailpassunhash".path;
|
#smtp-password = config.sops.secrets."mailpassunhash".path;
|
||||||
smtp-from = "no-reply@social.gladtherescake.eu";
|
#smtp-from = "no-reply@social.gladtherescake.eu";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue