019e2516d7
postgresql database
5 lines
107 B
Bash
5 lines
107 B
Bash
RAILS_ENV=development
|
|
HOST=0.0.0.0
|
|
PORT=3000
|
|
DATABASE_URL=postgres://user:user_12345@db:5432/url_shortener
|