Updated tests-scylladb and readme

This commit is contained in:
chris.grundling
2023-10-24 21:34:03 +02:00
parent 2f5ae09380
commit 0732a00253
3 changed files with 20 additions and 21 deletions

View File

@@ -43,7 +43,7 @@ type Config struct {
}
var ConfigDefault = Config{
Hosts: []string{"172.19.0.10"},
Hosts: []string{"172.0.0.1"},
Username: "",
Password: "",
Table: "scylla_table",