chore: project structure + API contract
This commit is contained in:
6
.env.example
Normal file
6
.env.example
Normal file
@@ -0,0 +1,6 @@
|
||||
SECRET_KEY=change-me-in-production
|
||||
DATABASE_URL=sqlite+aiosqlite:///./data/roaauto.db
|
||||
ACCESS_TOKEN_EXPIRE_DAYS=30
|
||||
TRIAL_DAYS=30
|
||||
SMSAPI_TOKEN=
|
||||
CORS_ORIGINS=http://localhost:5173
|
||||
Reference in New Issue
Block a user