Hot reload of localization during development
Note
This article describes how to configure PhenixID Server to read the language files without a server restart
Warning
Please note, this should not be enabled in production since it will hurt performance quite a lot, this is only intended to be used during development/localization work
Overview
The authenticator templates contains variables with values from the translation files. A restart of the service is normally needed when a language file is modified.
This article describes how to use the new values form the language file without having to restart the service.
Instruction
Set following property on the http authenticator to enable localizer cache refresh:
"clear_localizer_cache_on_render":"true"