sarlink-portal/.env.example
i701 378c120035
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 3m35s
feat: add example environment configuration file and update .gitignore to include .env files
2025-04-10 23:56:50 +05:00

24 lines
280 B
Plaintext

# 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=""