From a0183a0b206432216c417621ac54857dafcd2a7b Mon Sep 17 00:00:00 2001 From: Madeline OLeary Date: Fri, 18 Oct 2024 15:02:17 +0100 Subject: [PATCH] link h to new phoenix dev db schema --- conf/development-app.ini | 2 +- conf/websocket-dev.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/development-app.ini b/conf/development-app.ini index 1ace2c55720..f5fcf3bb0e9 100644 --- a/conf/development-app.ini +++ b/conf/development-app.ini @@ -21,7 +21,7 @@ h.reload_assets: True secret_key: notverysecretafterall -sqlalchemy.url: postgresql://postgres@localhost/postgres +sqlalchemy.url: postgresql://postgres@localhost:5432/phoenix_development [server:main] use: egg:gunicorn#main diff --git a/conf/websocket-dev.ini b/conf/websocket-dev.ini index 4f4a327b937..e0ac22659ee 100644 --- a/conf/websocket-dev.ini +++ b/conf/websocket-dev.ini @@ -8,7 +8,7 @@ es.url: http://localhost:9200 secret_key: notverysecretafterall # SQLAlchemy configuration -- See SQLAlchemy documentation -sqlalchemy.url: postgresql://postgres@localhost/postgres +sqlalchemy.url: postgresql://postgres@localhost:5432/phoenix_development [server:main] use: egg:gunicorn#main