Merge pull request 'chore: Add example environment configuration and update .gitignore to include .env' (#25) from fea/thanh-02022026-news into main

Reviewed-on: UKSOURCE/hailearning.edu.vn#25
This commit is contained in:
2026-02-06 04:44:20 +00:00
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