Configuration Reference

Deployment keys, CLI state, and supported environment overrides.

Edit

SDK native keys

KeyRequiredDescription
NITROPUSH_DEPLOYMENT_KEYYesConnects the binary to one environment
NITROPUSH_BUNDLE_PUBLIC_KEYFor signed bundlesVerifies ECDSA P-256 signatures
NITROPUSH_ENABLE_DELTA_UPDATESNoEnables experimental binary patch downloads

The Expo config plugin writes these native values from its deploymentKey, bundlePublicKey, and enableDeltaUpdates options.

CLI configuration

The CLI stores login state in ~/.nitropush/config.json.

Environment variableDescription
NITROPUSH_SERVER_URLOverride the admin API URL
CODEPUSH_SERVER_URLLegacy server URL fallback
CODEPUSH_API_TOKENOverride the saved authentication token
NITROPUSH_BUNDLE_SIGNING_KEYPath to a signing PEM for release uploads

Use environment overrides for self-hosting and CI. Hosted local development normally needs no endpoint configuration.

On this page