summaryrefslogtreecommitdiffstats
path: root/doc/examples/kea6
diff options
context:
space:
mode:
authorRazvan Becheriu <razvan@isc.org>2022-03-31 06:55:20 +0200
committerRazvan Becheriu <razvan@isc.org>2022-03-31 10:11:37 +0200
commit7eb6ad54e4d619e036787f0f2aed8cef2b853282 (patch)
tree80f7a22609b580d75013d22854e0558c974853ef /doc/examples/kea6
parent[2116] regen flex/bison (diff)
downloadkea-7eb6ad54e4d619e036787f0f2aed8cef2b853282.tar.xz
kea-7eb6ad54e4d619e036787f0f2aed8cef2b853282.zip
[#2116] addressed review
Diffstat (limited to 'doc/examples/kea6')
-rw-r--r--doc/examples/kea6/all-keys-netconf.json15
1 files changed, 1 insertions, 14 deletions
diff --git a/doc/examples/kea6/all-keys-netconf.json b/doc/examples/kea6/all-keys-netconf.json
index 4eb5d55e20..a2098225ef 100644
--- a/doc/examples/kea6/all-keys-netconf.json
+++ b/doc/examples/kea6/all-keys-netconf.json
@@ -295,19 +295,6 @@
"type": "postgresql",
// User name to be used to access the database.
- "user": "kea"
- },
- {
- // Database password.
- "password": "kea",
-
- // Port on which the database is available.
- "port": 9042,
-
- // Type of the database, e.g. "mysql", "postgresql".
- "type": "mysql",
-
- // User name to be used to access the database.
"user": "kea",
// Connection reconnect wait time.
@@ -400,7 +387,7 @@
// because non stored leases will be lost upon Kea server restart.
"persist": true,
- // Lease database backend type, i.e. "memfile", "mysql", or
+ // Lease database backend type, i.e. "memfile", "mysql" or
// "postgresql".
"type": "memfile"
},