diff --git a/hosts/Infini-DL360/hedgedoc.nix b/hosts/Infini-DL360/hedgedoc.nix index d4c37be..19737f0 100644 --- a/hosts/Infini-DL360/hedgedoc.nix +++ b/hosts/Infini-DL360/hedgedoc.nix @@ -10,7 +10,7 @@ in settings = { inherit domain; protocolUseSSL = true; - port = 3003; + port = 4003; db = { dialect = "sqlite"; storage = "/srv/hedgedoc/db.sqlite"; }; uploadsPath = "/srv/hedgedoc/uploads";