changing how we store the database information in the env file

This commit is contained in:
2026-04-03 17:59:17 -04:00
parent a70ea18e56
commit 0aa3d269a3
2 changed files with 10 additions and 9 deletions

View File

@@ -5,7 +5,11 @@ PORT=4000
SECRET_KEY_BASE=REPLACE_WITH_64_CHAR_SECRET # generate with: mix phx.gen.secret
# Database
DATABASE_URL=ecto://USER:PASSWORD@HOST/DATABASE
DB_USER=postgres
DB_PASS=postgres
DB_HOST=localhost
DB_NAME=mixer
DB_PORT=5432
ECTO_IPV6=false
POOL_SIZE=10