configuring trekkie

This commit is contained in:
Tassilo - 2023-10-14 20:25:35 +02:00
parent 0b67642ea9
commit dd903806e7
Signed by: revol-xut
GPG Key ID: 4F56FF7759627D07
2 changed files with 7 additions and 3 deletions

View File

@ -989,11 +989,11 @@
]
},
"locked": {
"lastModified": 1697305693,
"narHash": "sha256-7fp3Jl+iIPp+8nZQV3FYEwXrq4MSx8EHTsGtBvQutXU=",
"lastModified": 1697307830,
"narHash": "sha256-dQgSyqaHeCjNR44wuOgd8+rCtZTpzG3kNY6EbqgNU8k=",
"owner": "tlm-solutions",
"repo": "trekkie",
"rev": "21c7b6d3d6b237f902a7aecf3647b03851040cc8",
"rev": "4996f1bbe9ad3256b556c16050bd66f89f3d8079",
"type": "github"
},
"original": {

View File

@ -15,6 +15,10 @@
port = 6379;
host = "localhost";
};
grpc = {
host = config.TLMS.chemo.host;
port = config.TLMS.chemo.port;
};
logLevel = "info";
};
systemd.services."trekkie" = {