Files
URL-shortener/.env
T

3 lines
112 B
Bash

DEBUG=True
DATABASE_URL=postgresql+psycopg2://user:password@localhost:5432/url_db
BASE_URL=http://localhost:8000