Skip to content
Snippets Groups Projects
Commit e63c028a authored by Bert Palm's avatar Bert Palm :bug:
Browse files

FIXED wrong database dsn

parent f05b4240
No related branches found
No related tags found
1 merge request!222Cleanup3000
Pipeline #468667 failed
......@@ -734,12 +734,11 @@ services:
MQTT_QOS: "${MQTT_QOS}"
TOPIC_QC_DONE: qaqc_done
TOPIC_QC_DONE_QOS: "${MQTT_QOS}"
CONFIGDB_DSN: "postgresql://\
${CONFIGDB_USER}:\
${CONFIGDB_PASSWORD}@\
${CONFIGDB_HOST}:\
${CONFIGDB_PORT}/\
${CONFIGDB_DB}"
DATABASE_DSN: "postgresql://\
${CREATEDB_POSTGRES_USER}:\
${CREATEDB_POSTGRES_PASSWORD}@\
${CREATEDB_POSTGRES_HOST}/\
${CREATEDB_POSTGRES_DATABASE}"
DB_API_BASE_URL: "${DB_API_BASE_URL}"
entrypoint: ["python3", "run_qc.py"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment