mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 03:30:45 +00:00
nixos/shiori: fix databaseUrl example
This commit is contained in:
parent
3ac2687c48
commit
d6cf181343
|
@ -44,7 +44,7 @@ in {
|
|||
databaseUrl = lib.mkOption {
|
||||
type = lib.types.nullOr lib.types.str;
|
||||
default = null;
|
||||
example = "postgresql:///shiori?host=/run/postgresql";
|
||||
example = "postgres:///shiori?host=/run/postgresql";
|
||||
description = "The connection URL to connect to MySQL or PostgreSQL";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue