Switch backplane config format.

This commit is contained in:
niten 2022-01-28 17:48:48 -08:00
parent 20a80bbc59
commit 61638943c2
1 changed files with 4 additions and 1 deletions

View File

@ -21,5 +21,8 @@
prometheus-hosts = [ "nutboy3" ];
grafana-hosts = [ "nutboy3" ];
postgresql-server = "nutboy3";
backplane-server = "nutboy3";
backplane = {
nameserver = "legatus";
dns-service = "nutboy3";
};
}