Skip to content

Commit 3562176

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

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Diff for: doc/examples/kea-config-tool/initial-config-cql/kea4/kea_shard/credentials.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"type": "cql",
55
"password": "keatest",
66
"keyspace": "kea_shard",
7-
"contact-points": "192.168.128.17,192.168.128.18,192.168.128.19,192.168.128.20,192.168.128.21,192.168.128.22"
7+
"contact-points": "127.0.0.1"
88
}
9-
}
9+
}

Diff for: doc/examples/kea-config-tool/initial-config-cql/kea4/kea_shard/servers.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "cql",
55
"password": "keatest",
66
"keyspace": "kea_shard",
7-
"contact-points": "192.168.128.17,192.168.128.18,192.168.128.19,192.168.128.20,192.168.128.21,192.168.128.22"
7+
"contact-points": "127.0.0.1"
88
},
99
"master-config": [
1010
{

Diff for: doc/examples/kea-config-tool/initial-config-cql/kea6/kea_shard/credentials.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"type": "cql",
55
"password": "keatest",
66
"keyspace": "kea_shard",
7-
"contact-points": "192.168.128.17,192.168.128.18,192.168.128.19,192.168.128.20,192.168.128.21,192.168.128.22"
7+
"contact-points": "127.0.0.1"
88
}
9-
}
9+
}

Diff for: doc/examples/kea-config-tool/initial-config-cql/kea6/kea_shard/servers.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "cql",
55
"password": "keatest",
66
"keyspace": "kea_shard",
7-
"contact-points": "192.168.128.17,192.168.128.18,192.168.128.19,192.168.128.20,192.168.128.21,192.168.128.22"
7+
"contact-points": "127.0.0.1"
88
},
99
"master-config": [
1010
{

0 commit comments

Comments
 (0)