Skip to content

Commit

Permalink
Update entsog_dash.py
Browse files Browse the repository at this point in the history
  • Loading branch information
maurerle committed Apr 30, 2024
1 parent 6515595 commit 03585b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entsog_data/entsog_dash.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
from entsog_data_manager import Filter
import os

DATABASE_URI = 'postgresql://readonly:readonly@10.13.10.41:5432/entsog'
#DATABASE_URI = os.getenv('DATABASE_URI_ENTSOG','data/entsog.db')
#DATABASE_URI = 'postgresql://readonly:readonly@10.13.10.41:5432/entsog'
DATABASE_URI = os.getenv('DATABASE_URI_ENTSOG','data/entsog.db')

if __name__ == "__main__":
app = dash.Dash(__name__, meta_tags=[
Expand Down

0 comments on commit 03585b8

Please sign in to comment.