mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
generate-secrets.py now requires --development for development environment setup or --production for production environment setup (and one of these options is mandatory). This solves the problem that it was somewhat easy to accidentally run generate-secrets.py without the `-d` option while doing manual development environment setup. Fixes: #1911.