Implement CDN functionality for image uploads and management in account routes

This commit is contained in:
Space-Banane
2026-02-17 13:32:42 +01:00
parent d3cfca16f9
commit c00e18f5ce
8 changed files with 585 additions and 23 deletions

10
.env.example Normal file
View File

@@ -0,0 +1,10 @@
COOKIE_DOMAIN=localhost
DB_CONN_STRING=mongodb://localhost:27017/exams
PORT=8000
CDN_KEY=
CDN_SECRET=
CDN_BUCKET=
CDN_HOST=
CDN_PORT=
CDN_USE_SSL=