chore: consolidate new foundation and archive v1 (#1495)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# Database
|
||||
DATABASE_URL=sqlite+aiosqlite:///./database.db
|
||||
|
||||
# JWT Authentication
|
||||
SECRET_KEY=your-super-secret-key-change-in-production
|
||||
ACCESS_TOKEN_EXPIRE_MINUTES=30
|
||||
|
||||
# App
|
||||
APP_NAME=My API
|
||||
DEBUG=false
|
||||
Reference in New Issue
Block a user