Make HedgeDoc listen on all interfaces

This commit is contained in:
Ciapa 2023-04-16 10:45:41 +02:00
parent d17c07852f
commit 96df105160
1 changed files with 1 additions and 0 deletions

View File

@ -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;