# Port to expose the service on the host
PORT=15300

# Optional: protect the proxy with an API key
# If set, every request must include header: x-api-key: <value>
PROXY_API_KEY=

# Path inside the container to the default service account JSON
GOOGLE_SERVICE_ACCOUNT_PATH=/credentials/service-account.json
