cic cache db fixes

This commit is contained in:
2021-03-15 13:20:18 +00:00
committed by Philip Wafula
parent f6a7956fdf
commit 097a80e8de
4 changed files with 3 additions and 7 deletions

View File

@@ -36,7 +36,7 @@ script_location = .
# output_encoding = utf-8
#sqlalchemy.url = driver://user:pass@localhost/dbname
sqlalchemy.url = postgresql+psycopg2://postgres@localhost:5432/cic-cache
sqlalchemy.url = postgresql+psycopg2://postgres@localhost:5432/cic_cache
[post_write_hooks]