]> jfr.im git - solanum.git/blame - tests/chmode1.conf
tests: cleanup .gitignore
[solanum.git] / tests / chmode1.conf
CommitLineData
73936902
EK
1serverinfo {
2 sid = "0AA";
3 name = "me.test";
4 description = "Test server";
5 network_name = "Test network";
6};
7
8connect "remote.test" {
9 host = "::1";
10 fingerprint = "test";
11 class = "default";
12};
13
14connect "remote2.test" {
15 host = "::1";
16 fingerprint = "test";
17 class = "default";
18};
19
20connect "remote3.test" {
21 host = "::1";
22 fingerprint = "test";
23 class = "default";
24};
25
26privset "admin" {
27 privs = oper:admin;
28};
29