When preview environment variables are configured, fall back to production
variables for keys not overridden by preview values. This ensures variables
like DB_PASSWORD that exist only in production are available in the preview
.env file, enabling proper ${VAR} interpolation in docker-compose YAML.
Fallback only applies when preview variables are configured, preventing
unintended leakage of production values when previews aren't in use.
Also improves UI by hiding the Domains section when only database services
are present, and simplifies the logs view by removing status checks.
|
||
|---|---|---|
| .. | ||
| environment-variable | ||
| scheduled-task | ||
| storages | ||
| configuration-checker.blade.php | ||
| danger.blade.php | ||
| destination.blade.php | ||
| execute-container-command.blade.php | ||
| get-logs.blade.php | ||
| health-checks.blade.php | ||
| logs.blade.php | ||
| metrics.blade.php | ||
| resource-limits.blade.php | ||
| resource-operations.blade.php | ||
| tags.blade.php | ||
| terminal.blade.php | ||
| upload-config.blade.php | ||
| webhooks.blade.php | ||