| 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.eyeo.com" | 5 domain: "forum.eyeo.com" |
| 7 certificate: "forum.eyeo.com_sslcert.pem" | 6 certificate: "forum.eyeo.com_sslcert.pem" |
| 8 private_key: "forum.eyeo.com_sslcert.key" | 7 private_key: "forum.eyeo.com_sslcert.key" |
| 9 is_default: true | 8 is_default: true |
| 10 admins: | 9 admins: |
| 11 - 'test1@example.com' | 10 - 'test1@example.com' |
| 12 - 'test2@example.com' | 11 - 'test2@example.com' |
| (...skipping 16 matching lines...) Expand all Loading... |
| 29 enable_instagram_logins: "f" | 28 enable_instagram_logins: "f" |
| 30 enable_facebook_logins: "f" | 29 enable_facebook_logins: "f" |
| 31 enable_github_logins: "f" | 30 enable_github_logins: "f" |
| 32 email_domains_blacklist: "" | 31 email_domains_blacklist: "" |
| 33 email_domains_whitelist: "adblockplus.org|eyeo.com" | 32 email_domains_whitelist: "adblockplus.org|eyeo.com" |
| 34 enforce_global_nicknames: "f" | 33 enforce_global_nicknames: "f" |
| 35 max_mentions_per_post: 50 | 34 max_mentions_per_post: 50 |
| 36 force_https: "t" | 35 force_https: "t" |
| 37 white_listed_spam_host_domains: "adblockplus.org,eyeo.com" | 36 white_listed_spam_host_domains: "adblockplus.org,eyeo.com" |
| 38 | 37 |
| OLD | NEW |