feat(config): load .env and log Firebase credential source at startup

Add dotenv via src/env.ts so dev/start read .env before Firebase init,
and log whether credentials come from FIREBASE_SERVICE_ACCOUNT_JSON or ADC.
This commit is contained in:
Jose Olarte III
2026-06-11 17:50:16 +08:00
parent 6261f1baa0
commit 7a2bb88207
5 changed files with 69 additions and 40 deletions

View File

@@ -14,6 +14,7 @@
"@peculiar/asn1-schema": "^2.7.0",
"cbor-x": "^1.6.4",
"cors": "^2.8.6",
"dotenv": "^16.6.1",
"did-jwt": "^7.4.7",
"did-resolver": "^4.1.0",
"express": "^5.2.1",