khanhamzawiser commited on
Commit
3d62056
·
verified ·
1 Parent(s): 1e96733

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ logging.basicConfig(level=logging.DEBUG)
11
  logger = logging.getLogger(__name__)
12
 
13
  # PostgreSQL DB connection (converted from JDBC)
14
- engine = create_engine("postgresql+psycopg2://postgres:password@localhost:5434/postgres")
15
 
16
  metadata_obj = MetaData()
17
 
 
11
  logger = logging.getLogger(__name__)
12
 
13
  # PostgreSQL DB connection (converted from JDBC)
14
+ engine = create_engine("postgresql+psycopg2://postgres:password@0.tcp.ngrok.io:5434/postgres")
15
 
16
  metadata_obj = MetaData()
17