There was an error while loading. Please reload this page.
1 parent 47a0723 commit a11d880Copy full SHA for a11d880
README.md
@@ -83,10 +83,10 @@ To connect to a hosted Cassandra cluster that provides a secure connection bundl
83
DATABASES = {
84
'default': {
85
'ENGINE': 'django_cassandra_engine',
86
- 'NAME': 'db_name',
87
- 'TEST_NAME': 'db_name',
88
- 'USER': username,
89
- 'PASSWORD': password,
+ 'NAME': 'keyspace_name',
+ 'TEST_NAME': 'table_name',
+ 'USER': 'token',
+ 'PASSWORD': token_value,
90
'OPTIONS': {
91
'connection': {
92
'cloud': {
0 commit comments