update env example
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 9s

This commit is contained in:
2026-08-02 05:58:44 +05:00
parent 4157c53a86
commit 47da19186c
+31 -14
View File
@@ -1,23 +1,40 @@
# next auth
# =============================================================================
# NextAuth (next-auth v4)
# =============================================================================
NEXTAUTH_SECRET=""
NEXTAUTH_URL=""
## Portal API
SARLINK_API_BASE_URL=""
# Canonical site URL. Dev: http://localhost:3000
NEXTAUTH_URL="http://localhost:3000"
# =============================================================================
# Portal API (Django backend)
# Server-side calls over the compose network. Dev: http://backend:5000
# =============================================================================
SARLINK_API_BASE_URL="http://backend:5000"
## MIB Payments
PAYMENT_VERIFY_BASE_URL=""
# =============================================================================
# ID / person verification — {PERSON_VERIFY_BASE_URL}/api/person/{id_card}
# =============================================================================
PERSON_VERIFY_BASE_URL=""
## People
PEOPLE_API_URL=""
## SMS
SMS_API_URL=""
# =============================================================================
# SMS gateway — OTP + notifications
# =============================================================================
SMS_API_BASE_URL=""
SMS_API_KEY=""
## omada
# =============================================================================
# Omada (TP-Link) proxy — device access control
# =============================================================================
OMADA_BASE_URL=""
OMADA_SITE_ID=
OMADA_GROUP_ID=
OMADA_SITE_ID=""
OMADA_PROXY_API_KEY=""
# =============================================================================
# Invoice Ninja — finance/clients integration
# =============================================================================
NINJA_API_KEY=""
# =============================================================================
# Cron — shared secret that protects the /api/check-devices route
# =============================================================================
CRON_API_KEY=""