Skip to content

Commit 8d3102d

Browse files
committed
Add config.json for test docker compose file
1 parent 1ce9e23 commit 8d3102d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/test/resources/config.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"server": "bind",
3+
"ttl": 60,
4+
"users": {
5+
"myuser": {
6+
"password_hash": "$5$qS83kPfObw5$hOL2P9IwOdGXOIhyoy3hir5KN4YT7x2gauQMHSOHxv2",
7+
"hosts": {
8+
"myhost.example.com": {
9+
"zone": "example.com"
10+
},
11+
"anotherhost.example.com": {
12+
"zone": "anotherhost.example.com"
13+
}
14+
},
15+
"post_process": "echo '%hostname% %ipv4address%' > /tmp/post-process.log"
16+
}
17+
}
18+
}

0 commit comments

Comments
 (0)