Skip to content

Commit fff15cb

Browse files
committed
wip
1 parent 77122f1 commit fff15cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
def init_db():
1616
global engine, Session
17-
db_url = "cockroachdb://{user}:{password}@{host}:{port}/{database}".format(
17+
db_url = "postgresql://{user}:{password}@{host}:{port}/{database}".format(
1818
user=os.environ["DB_USER"],
1919
password=os.environ["DB_PASSWORD"],
2020
host=os.environ["DB_URL"],

0 commit comments

Comments
 (0)