formatting
This commit is contained in:
parent
626b736626
commit
590d92d191
14
flake.nix
14
flake.nix
@ -174,13 +174,13 @@
|
|||||||
port = 1234;
|
port = 1234;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
"keys" = ["one" "two" "three"];
|
keys = ["one" "two" "three"];
|
||||||
"max-size" = "1GB";
|
max-size = "1GB";
|
||||||
"max-data" = "100GB";
|
max-data = "100GB";
|
||||||
"buffer-size" = "12MiB";
|
buffer-size = "12MiB";
|
||||||
"database" = "/root/testdata_state.json";
|
database = "/root/testdata_state.json";
|
||||||
"database-update-interval" = 5.0;
|
database-update-interval = 5.0;
|
||||||
"log" = "/root/log.jsonl";
|
log = "/root/log.jsonl";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user