Implement CDN functionality for image uploads and management in account routes
This commit is contained in:
10
.env.example
Normal file
10
.env.example
Normal 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=
|
||||
Reference in New Issue
Block a user