Support developer-specific env vars in sandbox provisioning
Source a gitignored .sandbox.env file (if present) before running probod-bootstrap so each developer can inject their own secrets (SSO, API keys, etc.) without committing them to the repo. Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -13,6 +13,7 @@ sbom-docker.json
|
||||
*.crt
|
||||
*.key
|
||||
compose/keycloak/probo-realm.json
|
||||
.sandbox.env
|
||||
|
||||
# Generated files (codegen)
|
||||
__generated__/
|
||||
|
||||
Reference in New Issue
Block a user