adding allowed Ip ranges to datacare

This commit is contained in:
Tassilo - 2023-05-15 00:30:28 +02:00
parent 57fc130b80
commit 39e82d4f7f
Signed by: revol-xut
GPG Key ID: 4F56FF7759627D07
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,6 @@
http = {
host = "127.0.0.1";
port = 8070;
};
database = {
host = "127.0.0.1";
@ -13,6 +12,7 @@
database = "tlms";
passwordFile = config.sops.secrets.postgres_password.path;
};
allowedIpsExport = [ "10.13.37.0/24" ];
saltFile = config.sops.secrets.postgres_password_hash_salt.path;
user = "datacare";
group = config.users.groups.postgres-tlms.name;