Devices get token correct
This commit is contained in:
@@ -126,7 +126,7 @@ if DEBUG:
|
||||
DATABASES = {
|
||||
'default': {
|
||||
'ENGINE': 'django.db.backends.mysql',
|
||||
'NAME': 'cfdi_as',
|
||||
'NAME': 'cfdi_as2',
|
||||
'USER': 'root',
|
||||
'PASSWORD':os.getenv("BD_PASS"),
|
||||
'HOST': '127.0.0.1',
|
||||
|
||||
Reference in New Issue
Block a user