Allow email registration for hedgedoc
ci / test (push) Successful in 41s Details
ci / deploy (push) Successful in 1m27s Details

This commit is contained in:
Ciapa 2024-03-28 17:26:59 +01:00
parent d77f0556bb
commit a75118a5f6
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@
domain = "op.pai.wtf";
host = "0.0.0.0";
protocolUseSSL = true;
email = false;
allowEmailRegister = false;
email = true;
allowEmailRegister = true;
allowOrigin = [ "op.pai.wtf" ];
};
environmentFile = "/run/secrets/services/hedgedoc/.env";