Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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@
|
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 |
|