Allow email registration for hedgedoc
ci / test (push) Successful in 1m9s Details
ci / deploy (push) Successful in 1m41s Details

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

View File

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