chore: Add example environment configuration and update .gitignore to include .env

This commit is contained in:
Wini_Fy
2026-02-06 11:43:07 +07:00
parent 32b700e040
commit c39ea1fded
2 changed files with 3 additions and 1 deletions

2
.env.example Normal file
View File

@@ -0,0 +1,2 @@
PORT=3000
NEXT_PUBLIC_API_URL=https://cms.ggcamp.org

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