Make HedgeDoc listen on all interfaces
This commit is contained in:
parent
d17c07852f
commit
96df105160
|
@ -7,6 +7,7 @@
|
||||||
settings = {
|
settings = {
|
||||||
dbURL = "postgres://filled:by@dotenv:5432/file";
|
dbURL = "postgres://filled:by@dotenv:5432/file";
|
||||||
domain = "op.pai.wtf";
|
domain = "op.pai.wtf";
|
||||||
|
host = "0.0.0.0";
|
||||||
protocolUseSSL = true;
|
protocolUseSSL = true;
|
||||||
email = false;
|
email = false;
|
||||||
allowEmailRegister = false;
|
allowEmailRegister = false;
|
||||||
|
|
Loading…
Reference in New Issue