From 084809f31f9bc5bb60a35bb4fa95db083f8b045c Mon Sep 17 00:00:00 2001 From: Atul Gunjal Date: Wed, 23 Apr 2025 14:43:12 +0530 Subject: [PATCH] added .env --- .env.local | 5 +++++ .gitignore | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .env.local diff --git a/.env.local b/.env.local new file mode 100644 index 0000000..a1e6527 --- /dev/null +++ b/.env.local @@ -0,0 +1,5 @@ +NEXT_PUBLIC_APPWRITE_ENDPOINT=https://cloud.appwrite.io/v1 +NEXT_PUBLIC_APPWRITE_PROJECT_ID=67e1445400053dca1d9b +NEXT_PUBLIC_APPWRITE_DATABASE_ID=67e1452b00016444b37f +NEXT_PUBLIC_APPWRITE_COLLECTION_ID=67fe4029000f7e0a7b92 +NEXT_PUBLIC_APPWRITE_USERS_COLLECTION_ID=67ff72bd00370366ae3e diff --git a/.gitignore b/.gitignore index 9c8a03f..38081e3 100644 --- a/.gitignore +++ b/.gitignore @@ -31,7 +31,7 @@ yarn-error.log* .pnpm-debug.log* # env files (can opt-in for committing if needed) -.env* +# .env* # vercel .vercel