|
|
@ -84,10 +84,10 @@ DATABASES = { |
|
|
"default": { |
|
|
"default": { |
|
|
"ENGINE": "django.db.backends.postgresql", |
|
|
"ENGINE": "django.db.backends.postgresql", |
|
|
"NAME": "djangotutorial", |
|
|
"NAME": "djangotutorial", |
|
|
"USER": "creylopez", |
|
|
|
|
|
"PASSWORD": "Dsa-0213", |
|
|
|
|
|
"HOST": "postgresql", |
|
|
|
|
|
"PORT": "5432", |
|
|
|
|
|
|
|
|
"USER": "app", |
|
|
|
|
|
"PASSWORD": "wiR4vARfHADTPSaGqeyfRpAH4OuVyB428zGPsQ8rfzndfz2yt9X0hR3yWmwPFIHd", |
|
|
|
|
|
"HOST": "cnpg-controller-manager-service", |
|
|
|
|
|
"PORT": "443", |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|