File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99# When adding additional environment variables, the schema in "/src/env.js"
1010# should be updated accordingly.
1111
12- CLOUDINARY_API_KEY = " "
13- CLOUDINARY_SECRET = " "
14- CRYPTO_SECRET = " "
1512EMAIL_HOST = " "
1613EMAIL_PASSWORD = " "
1714EMAIL_PORT = " "
1815EMAIL_SECURE = " "
1916EMAIL_USER = " "
2017JWT_SECRET = " "
2118MONGODB_URI = " "
22- NEXT_PUBLIC_CLOUDINARY_CLOUD_NAME = " "
2319NEXT_PUBLIC_CRYPTO_SECRET = " "
2420KV_URL = " "
2521KV_REST_API_URL = " "
@@ -30,3 +26,9 @@ SERVER_URL=""
3026GOOGLE_CLIENT_EMAIL = " "
3127GOOGLE_PRIVATE_KEY = " "
3228SHEET_ID = " "
29+
30+
31+ # Google Cloud Storage
32+ GOOGLE_CLOUD_PROJECT = " "
33+ GOOGLE_CLOUD_BUCKET = " "
34+ GOOGLE_APPLICATION_CREDENTIALS_JSON = " "
Original file line number Diff line number Diff line change 1616- Next.js : Framework for React applications with server-side rendering.
1717- Tailwind CSS : Utility-first CSS framework for rapid UI development.
1818- MongoDB & Mongoose : Database and object data modeling (ODM) for Node.js.
19- - Cloudinary : Media storage and optimization service.
19+ - Google Cloud Storage : Media storage and optimization service.
2020- Shadcn : Collection of pre-built components using Radix UI and Tailwind CSS.
2121## 💡 Features:
2222
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ await import("./src/env.js");
88const config = {
99 swcMinify : false ,
1010 images : {
11- domains : [ "res.cloudinary .com" ] ,
11+ domains : [ "storage.googleapis .com" ] ,
1212 } ,
1313 webpack : ( config , options ) => {
1414 config . resolve . alias . canvas = false ;
Original file line number Diff line number Diff line change 3434 "axios" : " ^1.8.4" ,
3535 "canvas" : " ^3.2.0" ,
3636 "class-variance-authority" : " ^0.7.1" ,
37- "cloudinary" : " ^2.6.0" ,
3837 "clsx" : " ^2.1.1" ,
3938 "cmdk" : " 1.0.0" ,
4039 "debounce" : " ^2.2.0" ,
You can’t perform that action at this time.
0 commit comments