Almost all the setting IDs in Rocket.Chat uses underscore (e.g. CDN_PREFIX or Accounts_AllowUserProfileChange), except search, where it uses dots, like this:
Search.chatpalProvider.Base_URL
This makes deploying on Docker Swarm and WeDeploy very hard and environment variables should not contain dots as well.
Is it possible to change this setting IDs to use underscores?
Almost all the setting IDs in Rocket.Chat uses underscore (e.g.
CDN_PREFIX
orAccounts_AllowUserProfileChange
), except search, where it uses dots, like this:This makes deploying on Docker Swarm and WeDeploy very hard and environment variables should not contain dots as well.
Is it possible to change this setting IDs to use underscores?
Related documentation: https://rocket.chat/docs/administrator-guides/settings-via-env-vars/#managing-settings-using-environment-variables