chore: project structure + API contract

This commit is contained in:
2026-03-13 17:17:22 +02:00
parent d6e1a0c2fa
commit 1ab109b1d4
3 changed files with 93 additions and 0 deletions

6
.env.example Normal file
View 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