Closed tcaddy closed 4 years ago
Heroku gives us a single environment variable called DATABASE_URL instead of a handful of environment variables for db user/pass/name/host/etc
DATABASE_URL
It is in this format: postgres://{user}:{password}@{hostname}:{port}/{database-name}
Heroku gives us a single environment variable called
DATABASE_URL
instead of a handful of environment variables for db user/pass/name/host/etcIt is in this format: postgres://{user}:{password}@{hostname}:{port}/{database-name}