# Express Server Config
PORT=8000

# Firebase Config
# Place your service account JSON file inside config/keys/ and update this path if necessary.
FIREBASE_SERVICE_ACCOUNT_PATH=config/keys/firebase-service-account.json
