Skip to content

Commit

Permalink
Update config.py
Browse files Browse the repository at this point in the history
Gjoll
  • Loading branch information
mihaicroicu authored Jan 24, 2024
1 parent 09c49e1 commit 16c5973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ingester3/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def __fetch_views_user():

views_user = __fetch_views_user() if os.getenv('INGESTER_USER') is None else os.getenv('INGESTER_USER').lower()
views_host = 'gjoll.muspelheim.local' if os.getenv('INGESTER_HOST') is None else os.getenv('INGESTER_HOST').lower()
views_db = 'views_test' if testing else 'views3'
views_db = 'viewsglobal' if testing else 'views3'

source_db_path = f'postgresql://{views_user}@{views_host}:5432/{views_db}'
source_db_path = source_db_path if os.getenv('INGESTER_URI') is None else os.getenv('INGESTER_URI')
Expand Down

0 comments on commit 16c5973

Please sign in to comment.