We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77122f1 commit fff15cbCopy full SHA for fff15cb
1 file changed
models.py
@@ -14,7 +14,7 @@
14
15
def init_db():
16
global engine, Session
17
- db_url = "cockroachdb://{user}:{password}@{host}:{port}/{database}".format(
+ db_url = "postgresql://{user}:{password}@{host}:{port}/{database}".format(
18
user=os.environ["DB_USER"],
19
password=os.environ["DB_PASSWORD"],
20
host=os.environ["DB_URL"],
0 commit comments