0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

Merge pull request #202816 from mayflower/fix-hedgedoc-docs

nixos/hedgedoc: configuration -> settings in option's description
This commit is contained in:
Maximilian Bosch 2022-11-25 12:45:33 +01:00 committed by GitHub
commit 71b00e8112
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -999,8 +999,8 @@ in
```
# snippet of HedgeDoc-related config
services.hedgedoc.configuration.dbURL = "postgres://hedgedoc:\''${DB_PASSWORD}@db-host:5432/hedgedocdb";
services.hedgedoc.configuration.minio.secretKey = "$MINIO_SECRET_KEY";
services.hedgedoc.settings.dbURL = "postgres://hedgedoc:\''${DB_PASSWORD}@db-host:5432/hedgedocdb";
services.hedgedoc.settings.minio.secretKey = "$MINIO_SECRET_KEY";
```
```