Files
bit/.env.dev
T
Juan Rodriguez 019e2516d7 feat: 🏗️ Rails setup
postgresql database
2021-06-13 09:05:20 -05:00

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