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 environment | `/| KEY | Local reference in the same environment and path root (/). |
15
+
|`${KEY}`| same environment |`/`| KEY | Local reference in the same environment and path root (/). |
16
16
|`${staging.DEBUG}`|`dev`|`/` (root of staging environment) | DEBUG | Cross-environment reference to a secret at the root (/). |
17
17
|`${prod./frontend/SECRET_KEY}`|`prod`|`/frontend/`| SECRET_KEY | Cross-environment reference to a secret in a specific path. |
18
18
|`${/backend/payments/STRIPE_KEY}`| same environment |`/backend/payments/`| STRIPE_KEY | Local reference with a specified path within the same environment. |
0 commit comments