Skip to content

Commit f0e653f

Browse files
author
Razvan Becheriu
committed
updated initial config
1 parent 3562176 commit f0e653f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/examples/kea-config-tool/initial-config-cql/kea4/kea_shard/config.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"contact-points": "127.0.0.1",
55
"keyspace": "kea_shard",
66
"max-statement-tries": 1,
7-
"password": "",
7+
"password": "keatest",
88
"type": "cql",
9-
"user": ""
9+
"user": "keatest"
1010
},
1111
"expired-leases-processing": {
1212
"flush-reclaimed-timer-wait-time": 25,

doc/examples/kea-config-tool/initial-config-cql/kea6/kea_shard/config.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"contact-points": "127.0.0.1",
1111
"keyspace": "kea_shard",
1212
"max-statement-tries": 1,
13-
"password": "",
13+
"password": "keatest",
1414
"type": "cql",
15-
"user": ""
15+
"user": "keatest"
1616
},
1717
"expired-leases-processing": {
1818
"flush-reclaimed-timer-wait-time": 25,

0 commit comments

Comments
 (0)