Server Configuration ==================== Movens server configuration is expected as environment variables by the apps. When Movens is installed in its default Kubernetes configuration, environment variables are populated from a config map. There is a two-level system of priority for configuration values, depending on the prefix of the value name in the variable name. Variable names can be preceded either by ``COMMON_CONFIG_`` or ``XXX_CONFIG_`` where XXX is the module name (e.g. ``CORE_CONFIG_``). When searching for the value of a variable, the apps first try the specific value for the module, then - if that value is empty or unset - the common value. .. _configuration-core: Core ---- .. include:: /auto-config/srv-core-config.txt .. _configuration-vehicle-sharing: Vehicle Sharing --------------- .. include:: /auto-config/srv-vehicle-config.txt .. _configuration-alarm-centre: Alarm Centre ------------ .. include:: /auto-config/srv-alarm-config.txt .. _configuration-business: Business -------- .. include:: /auto-config/srv-business-config.txt