mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-04-20 02:41:08 +00:00
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 3m35s
24 lines
280 B
Plaintext
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=""
|
|
|