Radar — location platform
radar/location · version 1
envs add radar/location
This declares the keys below in your catalog and sets none of them. A template is a schema for keys; it never carries a value.
| Key | Needed | Kind | Notes |
|---|---|---|---|
RADAR_PUBLISHABLE_KEY |
required | config | Radar says endpoints marked publishable are safe to call client-side and that this is the key for them. Test and live are separate values, which the prefix carries. The variable name is convention.. Shape ^prj_(test|live)_pk_.+$. where to get it |
RADAR_SECRET_KEY |
optional | secret | Radar says the endpoints this opens are only safe to call server-side. Same project, opposite half.. Shape ^prj_(test|live)_sk_.+$. where to get it |