📂 Reference > Templates

# secrets.env

The secrets.env contains the secrets that the respective Airnode deployments will need. All variables defined in a secrets.env can be interpolated inside config.json. For more details, see the full description of the secrets.env file.

  • Variable names cannot contain dashes (-) or start with a number.
AIRNODE_WALLET_MNEMONIC="<FILL_*>"
CHAIN_PROVIDER_URL="<FILL_*>"
SS_API_KEY="<FILL_*>"
HEARTBEAT_API_KEY="<FILL_*>"
HEARTBEAT_ID="<FILL_*>"
HEARTBEAT_URL="<FILL_*>"
HTTP_GATEWAY_API_KEY="<FILL_*>"
HTTP_SIGNED_DATA_GATEWAY_API_KEY="<FILL_*>"
# Used for GCP only
GCP_PROJECT_ID="<FILL_*>"
1
2
3
4
5
6
7
8
9
10
11
12
13
Last Updated: 8/9/2022, 2:28:25 PM