Skip to content

Commit 254a653

Browse files
committed
Change host
1 parent 80b07e7 commit 254a653

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ssh_manager_backend/db/database.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
from sqlalchemy.orm import scoped_session, sessionmaker
44

55
DB_URI = (
6-
# "postgresql+psycopg2://postgres:vP28ObNJLhb5qFDe@35.222.241.198/ssh_manager_test"
7-
"postgresql+psycopg2://ssh_manager:pass@localhost/ssh_manager_dev"
6+
"postgresql+psycopg2://postgres:vP28ObNJLhb5qFDe@35.222.241.198/ssh_manager_test"
7+
# "postgresql+psycopg2://ssh_manager:pass@localhost/ssh_manager_dev"
88
)
99
engine = create_engine(DB_URI, echo=True)
1010
db_session = scoped_session(

0 commit comments

Comments
 (0)