feat: add example environment configuration file and update .gitignore to include .env files
This commit is contained in:
@@ -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=""
|
||||
|
||||
Reference in New Issue
Block a user