APP_DEBUG=True
APP_ENV=development

DB_DRIVER=sqlite
DB_CONNECTION=sqlite
DB_DATABASE=inertia.db
KEY=your-secret-key
