| OLD | NEW |
| 1 classes: | 1 classes: |
| 2 statsclient: | |
| 3 nginx: | 2 nginx: |
| 4 worker_connections: 500 | 3 worker_connections: 500 |
| 5 discourse_docker: | 4 discourse_docker: |
| 6 domain: "forum.adblockplus.org" | 5 domain: "forum.adblockplus.org" |
| 7 certificate: "forum.adblockplus.org_sslcert.pem" | 6 certificate: "forum.adblockplus.org_sslcert.pem" |
| 8 private_key: "forum.adblockplus.org_sslcert.key" | 7 private_key: "forum.adblockplus.org_sslcert.key" |
| 9 is_default: true | 8 is_default: true |
| 10 admins: | 9 admins: |
| 11 - 'test1@adblockplus.org' | 10 - 'test1@adblockplus.org' |
| 12 - 'test2@adblockplus.org' | 11 - 'test2@adblockplus.org' |
| (...skipping 17 matching lines...) Expand all Loading... |
| 30 enable_instagram_logins: "f" | 29 enable_instagram_logins: "f" |
| 31 enable_facebook_logins: "t" | 30 enable_facebook_logins: "t" |
| 32 enable_github_logins: "t" | 31 enable_github_logins: "t" |
| 33 email_domains_blacklist: "" | 32 email_domains_blacklist: "" |
| 34 email_domains_whitelist: "" | 33 email_domains_whitelist: "" |
| 35 enforce_global_nicknames: "f" | 34 enforce_global_nicknames: "f" |
| 36 max_mentions_per_post: 50 | 35 max_mentions_per_post: 50 |
| 37 force_https: "t" | 36 force_https: "t" |
| 38 white_listed_spam_host_domains: "adblockplus.org,eyeo.com" | 37 white_listed_spam_host_domains: "adblockplus.org,eyeo.com" |
| 39 | 38 |
| OLD | NEW |