Pi (@MuskZhou)discourse部署问题 中发帖

配置如下,目前问题是无法发送注册的验证邮件 
env:
LC_ALL: en_US.UTF-8
LANG: en_US.UTF-8
LANGUAGE: en_US.UTF-8
# DISCOURSE_DEFAULT_LOCALE: en

## How many concurrent web requests are supported? Depends on memory and CPU cores.
## will be set automatically by bootstrap based on detected CPUs, or you can override
UNICORN_WORKERS: 4

## TODO: The domain name this Discourse instance will respond to
## Requ...