Devices get token correct

This commit is contained in:
fjrodriguez
2023-04-05 14:23:08 -06:00
parent 01ecd88ace
commit 4db67be512
5 changed files with 24 additions and 25 deletions

View File

@@ -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',