From: Francis Dupont Date: Thu, 13 Aug 2026 08:40:25 +0000 (+0200) Subject: [#3959] Fixed for json checker X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=922b2d1d5f58dda9d2a8d679bf6eae0d78d1cda1;p=thirdparty%2Fkea.git [#3959] Fixed for json checker --- diff --git a/doc/examples/kea4/all-keys.json b/doc/examples/kea4/all-keys.json index bd7befc21a..504c28577b 100644 --- a/doc/examples/kea4/all-keys.json +++ b/doc/examples/kea4/all-keys.json @@ -487,7 +487,7 @@ "password": "1234", // Database password file. - //"password-file": "hiddenp", + // "password-file": "hidden-password", // Port on which the database is available. "port": 3306, @@ -553,7 +553,7 @@ "password": "1234", // Database password file. - //"password-file": "hiddenp", + // "password-file": "hidden-password", // Port on which the database is available. "port": 5432, diff --git a/doc/examples/kea6/all-keys.json b/doc/examples/kea6/all-keys.json index 89192051a4..55ef97b975 100644 --- a/doc/examples/kea6/all-keys.json +++ b/doc/examples/kea6/all-keys.json @@ -433,7 +433,7 @@ "password": "1234", // Database password file. - //"password-file": "hiddenp", + // "password-file": "hidden-password", // Port on which the database is available. "port": 3306, @@ -499,7 +499,7 @@ "password": "1234", // Database password file. - //"password-file": "hiddenp", + // "password-file": "hidden-password", // Port on which the database is available. "port": 5432,