mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-07-02 09:48:22 +00:00
feat: add example environment configuration file and update .gitignore to include .env files
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 3m35s
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 3m35s
This commit is contained in:
23
.env.example
Normal file
23
.env.example
Normal 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=""
|
||||
|
Reference in New Issue
Block a user