init vite rewrite
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 31s

This commit is contained in:
2026-08-02 18:55:39 +05:00
parent 2f5659f3ff
commit d853d54a06
208 changed files with 1996 additions and 29974 deletions
-29
View File
@@ -1,29 +0,0 @@
# =============================================================================
# NextAuth (next-auth v4)
# =============================================================================
NEXTAUTH_SECRET=""
# 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"
# =============================================================================
# ID / person verification — {PERSON_VERIFY_BASE_URL}/api/person/{id_card}
# =============================================================================
PERSON_VERIFY_BASE_URL=""
# =============================================================================
# Omada (TP-Link) proxy — device access control
# =============================================================================
OMADA_BASE_URL=""
OMADA_SITE_ID=""
OMADA_PROXY_API_KEY=""
# =============================================================================
# Invoice Ninja — finance/clients integration
# =============================================================================
NINJA_API_KEY=""