Skip to content

Commit

Permalink
Fixed stubdata database name.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjacovich committed May 26, 2023
1 parent 7d53579 commit 0b0f2ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SciXHarvester/tests/stubdata/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
LOGGING_LEVEL = "INFO"
LOG_STDOUT = True
# SQLALCHEMY Configuration
SQLALCHEMY_URL = "postgresql://harvester:harvester@localhost:5432/harvester"
SQLALCHEMY_URL = "postgresql://harvester:harvester@localhost:5432/harvester_pipeline_test"
SQLALCHEMY_ECHO = False
# REDIS Configuration
REDIS_HOST = "localhost"
Expand Down

0 comments on commit 0b0f2ee

Please sign in to comment.