Ensure it overrides all locale related variables
authorYAEGASHI Takeshi <yaegashi@gmail.com>
Sat, 16 May 2020 14:39:15 +0000 (23:39 +0900)
committerRafael dos Santos Silva <xfalcox@gmail.com>
Thu, 18 Feb 2021 17:04:22 +0000 (14:04 -0300)
commita4b6986b5f32030778ad30eb33284b9035cb6ad2
tree431be61c715bf048a8be5276859b8009372957d9
parent79c49c19e1f8b0e37104ac0ba951324dc4bab65e
Ensure it overrides all locale related variables

LC_ALL, LANG and LANGUAGE are set to en_US.UTF-8 in the docker image.
The config should override all of them when other locale is needed.
Otherwise it fails to create a DB with the proper locale setting.
samples/data.yml
samples/mail-receiver.yml
samples/redis.yml
samples/standalone.yml
samples/web_only.yml