Skip to content
Snippets Groups Projects
Verified Commit f68f3bec authored by Dorian Koch's avatar Dorian Koch
Browse files

Fix default db hostname

parent d010904a
Branches
Tags
No related merge requests found
Pipeline #7692 passed
Pipeline: backend

#7693

    ......@@ -64,7 +64,7 @@ DB_CONNECTIONS = {
    DATABASE = {
    "engine": "postgres",
    "postgres": {
    "host": "localhost",
    "host": "db",
    "port": 5432,
    "user": "videoag",
    "password": "videoag",
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment