Browse Source

config file indentation

develop
Robin Thoni 8 years ago
parent
commit
c38a2ea7a5
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      conf/pdns-slave.json.default

+ 2
- 2
conf/pdns-slave.json.default View File

@@ -4,12 +4,12 @@
4 4
 
5 5
   "hosts-file":       "/etc/pdns-slave/hosts.json",
6 6
 
7
-  "master-host":    "ns.example.com",
7
+  "master-host":      "ns.example.com",
8 8
   "master-user":      "master-user",
9 9
   "master-password":  "master-password",
10 10
   "master-database":  "powerdns",
11 11
 
12
-  "slave-host":     "127.0.0.1",
12
+  "slave-host":       "127.0.0.1",
13 13
   "slave-user":       "slave-user",
14 14
   "slave-password":   "slave-password",
15 15
   "slave-database":   "powerdns"

Loading…
Cancel
Save