mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 01:55:13 -05:00
feat: mastodon multi-user mode
This commit is contained in:
parent
d24606a288
commit
024e647f83
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ in
|
||||||
passwordFile = config.sops.secrets.mastodon-database.path;
|
passwordFile = config.sops.secrets.mastodon-database.path;
|
||||||
};
|
};
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
SINGLE_USER_MODE = "true";
|
SINGLE_USER_MODE = "false";
|
||||||
SMTP_AUTH_METHOD = "plain";
|
SMTP_AUTH_METHOD = "plain";
|
||||||
SMTP_DELIVERY_METHOD = "smtp";
|
SMTP_DELIVERY_METHOD = "smtp";
|
||||||
SMTP_ENABLE_STARTTLS_AUTO = "true";
|
SMTP_ENABLE_STARTTLS_AUTO = "true";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue