adding LANG LC_ALL PYTHONIOENCODING UTF-8 (#22928)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
znn
2025-07-27 06:49:13 +05:30
committed by GitHub
parent e0fe158f0b
commit d776a7cde7
5 changed files with 23 additions and 0 deletions

View File

@@ -4,6 +4,11 @@
# Alternatively you can set it with `SECRET_KEY` environment variable.
SECRET_KEY=
# Ensure UTF-8 encoding
LANG=en_US.UTF-8
LC_ALL=en_US.UTF-8
PYTHONIOENCODING=utf-8
# Console API base URL
CONSOLE_API_URL=http://localhost:5001
CONSOLE_WEB_URL=http://localhost:3000