Browse Source

Cambio nombre del host a postgresql

main
creylopez 9 months ago
parent
commit
aaeeeb02a9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/reymota/settings.py

+ 1
- 1
src/reymota/settings.py View File

@ -87,7 +87,7 @@ DATABASES = {
"NAME": "reymota",
"USER": "creylopez",
"PASSWORD": "Dsa-0213",
"HOST": "db",
"HOST": "postgresql",
"PORT": "5432",
}
}


Loading…
Cancel
Save