server_environment_data_encryption
This module enhances server environment modules by providing encrypted storage for environment-dependent fields and enabling configuration across multiple environments from production.
Key Features
- server.env.mixin: Falls back to encrypted fields when configuration values are not found for environment-dependent data.
- server.env.mixin: Stores environment-specific field values in encrypted database entries instead of default fields.
- server.env.mixin: Allows configuration of environment-dependent fields for all environments from the production server.
- form views: Adds environment switching buttons and alerts to form views for models with environment-dependent fields.