changed to correct password

This commit is contained in:
Tassilo - 2022-07-09 17:03:28 +02:00
parent 5a4482d230
commit 7107a79365
Signed by: revol-xut
GPG Key ID: 4F56FF7759627D07
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
wantedBy = [ "multi-user.target" ];
script = ''
export POSTGRES_PASSWORD=$(cat ${config.sops.secrets.postgres_password_dvbdump.path})
export POSTGRES_PASSWORD=$(cat ${config.sops.secrets.postgres_password_telegrams.path})
exec ${pkgs.data-accumulator}/bin/data-accumulator --host 0.0.0.0 --port 8080&
'';

View File

@ -39,7 +39,7 @@
id serial8 primary key not null,
time timestamp not null,
station UUID not null,
region int8 not null,
region text not null,
type int8 not null,
delay int,
reporting_point int not null,