From 1afc93a67ca2d1c2356957a0f12264b76dd755c5 Mon Sep 17 00:00:00 2001 From: l_kabir Date: Sat, 1 Mar 2025 08:16:38 +0000 Subject: [PATCH] Delete env.example.js --- env.example.js | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 env.example.js diff --git a/env.example.js b/env.example.js deleted file mode 100644 index 13e0dc3..0000000 --- a/env.example.js +++ /dev/null @@ -1,18 +0,0 @@ -// all of these are required to run the project - - -// SERVER_URL -// SERVER_PORT - -// DATABASE_URL - -// MINIO_ACCESS_KEY -// MINIO_SECRET_KEY -// MINIO_ENDPOINT -// MINIO_PORT - -// CLERK_SECRET_KEY - -// JWT_ACCESS_TOKEN_SECRET - -// JWT_REFRESH_TOKEN_SECRET \ No newline at end of file