feat: add example environment configuration file and update .gitignore to include .env files

This commit is contained in:
2025-04-10 23:56:50 +05:00
parent c7993620f5
commit 378c120035
3 changed files with 28 additions and 3 deletions
+23
View File
@@ -0,0 +1,23 @@
# next auth
NEXTAUTH_SECRET=""
NEXTAUTH_URL=""
## Portal API
SARLINK_API_BASE_URL=""
## MIB Payments
PAYMENT_VERIFY_BASE_URL=""
## People
PEOPLE_API_URL=""
## SMS
SMS_API_URL=""
SMS_API_KEY=""
## omada
OMADA_BASE_URL=""
OMADA_SITE_ID=
OMADA_GROUP_ID=
OMADA_PROXY_API_KEY=""