Skip to content

Commit a11d880

Browse files
authored
Update Astra configuration settings (#156)
1 parent 47a0723 commit a11d880

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ To connect to a hosted Cassandra cluster that provides a secure connection bundl
8383
DATABASES = {
8484
'default': {
8585
'ENGINE': 'django_cassandra_engine',
86-
'NAME': 'db_name',
87-
'TEST_NAME': 'db_name',
88-
'USER': username,
89-
'PASSWORD': password,
86+
'NAME': 'keyspace_name',
87+
'TEST_NAME': 'table_name',
88+
'USER': 'token',
89+
'PASSWORD': token_value,
9090
'OPTIONS': {
9191
'connection': {
9292
'cloud': {

0 commit comments

Comments
 (0)