Skip to content
Snippets Groups Projects
Commit 59df6a39 authored by Sabine Schröder's avatar Sabine Schröder
Browse files

corrected credentials for CI/CD tests

parent 56b4a86d
No related branches found
No related tags found
1 merge request!228correct clean-up of 'get_timeseries_by_unique_constraints' from commit...
Pipeline #256947 failed
......@@ -8,7 +8,7 @@ Database connection
from sqlalchemy import create_engine
from sqlalchemy.orm import sessionmaker
DATABASE_URL = f"postgresql://swt_user:...@zam10131.zam.kfa-juelich.de:5433/toardb_v2_dev"
DATABASE_URL = "postgresql://postgres:postgres@postgres:5432/postgres"
engine = create_engine(DATABASE_URL)
ToarDbSession = sessionmaker(autocommit=False, autoflush=False, bind=engine)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment