| OLD | NEW |
| 1 classes: | 1 classes: |
| 2 nginx: | 2 nginx: |
| 3 worker_connections: 500 | 3 worker_connections: 500 |
| 4 discourse_docker: | 4 discourse_docker: |
| 5 domain: "forum.eyeo.com" | 5 domain: "forum.eyeo.com" |
| 6 certificate: "forum.eyeo.com_sslcert.pem" | 6 certificate: "forum.eyeo.com_sslcert.pem" |
| 7 private_key: "forum.eyeo.com_sslcert.key" | 7 private_key: "forum.eyeo.com_sslcert.key" |
| 8 is_default: true | 8 is_default: true |
| 9 admins: | 9 admins: |
| 10 - 'test1@example.com' | 10 - 'test1@example.com' |
| 11 - 'test2@example.com' | 11 - 'test2@example.com' |
| 12 smtp_host: '172.17.0.1' |
| 12 google_oauth2_client_id: '999843142701-ob74a7iua4vc6850stl29fdd8bhrt68j.apps
.googleusercontent.com' | 13 google_oauth2_client_id: '999843142701-ob74a7iua4vc6850stl29fdd8bhrt68j.apps
.googleusercontent.com' |
| 13 google_oauth2_client_secret: 'jVpuVO2T1T4T9WQxAfGHWgeY' | 14 google_oauth2_client_secret: 'jVpuVO2T1T4T9WQxAfGHWgeY' |
| 14 site_settings: | 15 site_settings: |
| 15 title: "eyeo internal discussions" | 16 title: "eyeo internal discussions" |
| 16 contact_email: "admins@adblockplus.org" | 17 contact_email: "admins@adblockplus.org" |
| 17 notification_email: "donotreply@adblockplus.org" | 18 notification_email: "donotreply@adblockplus.org" |
| 18 site_contact_username: "system" | 19 site_contact_username: "system" |
| 19 allow_user_locale: "t" | 20 allow_user_locale: "t" |
| 20 share_links: "" | 21 share_links: "" |
| 21 login_required: "t" | 22 login_required: "t" |
| 22 must_approve_users: "f" | 23 must_approve_users: "f" |
| 23 enable_local_logins: "f" | 24 enable_local_logins: "f" |
| 24 allow_new_registrations: "t" | 25 allow_new_registrations: "t" |
| 25 enable_google_oauth2_logins: "t" | 26 enable_google_oauth2_logins: "t" |
| 26 enable_yahoo_logins: "f" | 27 enable_yahoo_logins: "f" |
| 27 enable_twitter_logins: "f" | 28 enable_twitter_logins: "f" |
| 28 enable_instagram_logins: "f" | 29 enable_instagram_logins: "f" |
| 29 enable_facebook_logins: "f" | 30 enable_facebook_logins: "f" |
| 30 enable_github_logins: "f" | 31 enable_github_logins: "f" |
| 31 email_domains_blacklist: "" | 32 email_domains_blacklist: "" |
| 32 email_domains_whitelist: "adblockplus.org|eyeo.com" | 33 email_domains_whitelist: "adblockplus.org|eyeo.com" |
| 33 enforce_global_nicknames: "f" | 34 enforce_global_nicknames: "f" |
| 34 max_mentions_per_post: 50 | 35 max_mentions_per_post: 50 |
| 35 force_https: "t" | 36 force_https: "t" |
| 36 white_listed_spam_host_domains: "adblockplus.org,eyeo.com" | 37 white_listed_spam_host_domains: "adblockplus.org,eyeo.com" |
| 37 | 38 |
| OLD | NEW |