Files
URL-shortener/.env.example
T

3 lines
116 B
Bash

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