Please the linter

This commit is contained in:
Ciapa 2023-04-16 10:38:23 +02:00
parent c7d56d4b2d
commit 606567570c
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
allowEmailRegister = false; allowEmailRegister = false;
allowOrigin = [ "op.pai.wtf" ]; allowOrigin = [ "op.pai.wtf" ];
}; };
dbUrl = "postgres://filled:by@dotenv:5432/file";
environmentFile = "/run/secrets/services/hedgedoc/.env"; environmentFile = "/run/secrets/services/hedgedoc/.env";
groups = [ config.users.groups.keys.name ]; groups = [ config.users.groups.keys.name ];
}; };