Skip to content
Snippets Groups Projects
Commit f7d22557 authored by Simon Künzel's avatar Simon Künzel
Browse files

Fix CI database port

parent 8baf899b
Branches
No related tags found
No related merge requests found
Pipeline #7297 failed
Pipeline: backend

#7298

    ...@@ -9,6 +9,7 @@ DB_DATA = "../config/db_test_data.sql" ...@@ -9,6 +9,7 @@ DB_DATA = "../config/db_test_data.sql"
    DATABASE = { DATABASE = {
    "postgres": { "postgres": {
    "host": "ci-database", "host": "ci-database",
    "port": 5432,
    "user": "videoagtest", "user": "videoagtest",
    "password": "LetMeTest...", "password": "LetMeTest...",
    "database": "videoagtest", "database": "videoagtest",
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment