feat(config): add ENDORSER_URL for upcoming Endorser auth

Expose the Endorser API base URL from the environment (defaulting to production) so later auth work can call it without hardcoding.
This commit is contained in:
Jose Olarte III
2026-07-10 16:09:57 +08:00
parent fcf3fb9aa0
commit 0758c4192f
2 changed files with 7 additions and 0 deletions
+3
View File
@@ -1,6 +1,9 @@
# HTTP port (default: 3003)
PORT=3003
# Endorser API base URL (default: https://api.endorser.ch)
# ENDORSER_URL=https://api.endorser.ch
# Firebase Admin: inline service account JSON (one line).
# If unset, uses Application Default Credentials (e.g. GOOGLE_APPLICATION_CREDENTIALS).
# FIREBASE_SERVICE_ACCOUNT_JSON={"type":"service_account",...}