Allow email registration for hedgedoc
This commit is contained in:
parent
d77f0556bb
commit
e29f937812
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue