changing how we store the database information in the env file
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user