You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`${KEY}`| Same application | Same environment |`/`| KEY | Local reference in the same environment and root path (/). |
16
+
|`${staging.DEBUG}`| Same application |`staging`|`/` (root of staging environment) | DEBUG | Cross-environment reference to a secret at the root (/). |
17
+
|`${prod./frontend/SECRET_KEY}`| Same application |`prod`|`/frontend/`| SECRET_KEY | Cross-environment reference to a secret in a specific path. |
18
+
|`${/backend/payments/STRIPE_KEY}`| Same application | Same environment |`/backend/payments/`| STRIPE_KEY | Local reference with a specified path. |
19
+
|`${backend_api::production./frontend/KEY}`|`backend_api`|`production`|`/frontend/`| KEY | Cross-application reference to a secret in a specific path. |
0 commit comments