We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80b07e7 commit 254a653Copy full SHA for 254a653
ssh_manager_backend/db/database.py
@@ -3,8 +3,8 @@
3
from sqlalchemy.orm import scoped_session, sessionmaker
4
5
DB_URI = (
6
- # "postgresql+psycopg2://postgres:vP28ObNJLhb5qFDe@35.222.241.198/ssh_manager_test"
7
- "postgresql+psycopg2://ssh_manager:pass@localhost/ssh_manager_dev"
+ "postgresql+psycopg2://postgres:vP28ObNJLhb5qFDe@35.222.241.198/ssh_manager_test"
+ # "postgresql+psycopg2://ssh_manager:pass@localhost/ssh_manager_dev"
8
)
9
engine = create_engine(DB_URI, echo=True)
10
db_session = scoped_session(
0 commit comments