fix dburl
This commit is contained in:
parent
d6db331166
commit
610db6ab0c
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@
|
|||
|
||||
dbUrl = mkOption {
|
||||
type = types.string;
|
||||
default = "postgresql://${config.services.postgres.user}:${config.services.postgres.password}@${config.services.postgres.host}:${toString config.services.postgres.port}/zoeyscomputer_prod";
|
||||
default = "postgresql://${config.services.postgresql.user}:${config.services.postgresql.password}@${config.services.postgresql.host}:${toString config.services.postgresql.port}/zoeyscomputer_prod";
|
||||
description = "Postgres Databaase URL";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue