Files

5 lines
81 B
Bash
Raw Permalink Normal View History

# Database settings
DATABASE_URL=sqlite:///data/app.db
DEBUG=false
API_PORT=8000