Add .env file for environment configuration, including settings for ClickHouse, Redis, Supabase, and public Next.js variables. Update .gitignore to exclude .env file from version control.

This commit is contained in:
2025-04-22 16:36:05 +08:00
parent 6858f2fda5
commit 4736ebe060
2 changed files with 28 additions and 1 deletions

2
.gitignore vendored
View File

@@ -31,7 +31,7 @@ yarn-error.log*
.pnpm-debug.log*
# env files (can opt-in for committing if needed)
.env
# .env
# vercel
.vercel