Commit 8b61979b0154c2ad91e88fd0a982154b79aa682b

Authored by Matheus Lins
1 parent aa9217b3

returning data sabe settings

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
amadeus/settings.py
... ... @@ -88,8 +88,8 @@ DATABASES = {
88 88 'default': {
89 89 'ENGINE': 'django.db.backends.postgresql',
90 90 'NAME': 'amadeus',
91   - 'USER': 'postgres',
92   - 'PASSWORD': 'felipe',
  91 + 'USER': 'amadeus_admin',
  92 + 'PASSWORD': 'amadeus',
93 93 'HOST': '127.0.0.1',
94 94 'PORT': '5432',
95 95 }
... ...