| Left: | ||
| Right: |
| OLD | NEW |
|---|---|
| 1 classes: | 1 classes: |
| 2 statsclient: | 2 statsclient: |
| 3 nginx: | 3 nginx: |
| 4 worker_connections: 500 | 4 worker_connections: 500 |
| 5 discourse_docker: | 5 discourse_docker: |
| 6 domain: "forum.eyeo.com" | 6 domain: "forum.eyeo.com" |
| 7 certificate: "forum.eyeo.com_sslcert.pem" | 7 certificate: "forum.eyeo.com_sslcert.pem" |
| 8 private_key: "forum.eyeo.com_sslcert.key" | 8 private_key: "forum.eyeo.com_sslcert.key" |
| 9 is_default: true | 9 is_default: true |
| 10 admins: | 10 admins: |
| 11 - 'test1@example.com' | 11 - 'test1@example.com' |
| 12 - 'test2@example.com' | 12 - 'test2@example.com' |
| 13 smtp_host: "172.17.0.1" | |
|
f.lopez
2017/05/04 17:10:10
This seems arbitrary to me, any particular reason
f.nicolaisen
2017/06/26 10:23:52
Yes, it's the typical docker host IP address. I no
| |
| 13 google_oauth2_client_id: '999843142701-ob74a7iua4vc6850stl29fdd8bhrt68j.apps .googleusercontent.com' | 14 google_oauth2_client_id: '999843142701-ob74a7iua4vc6850stl29fdd8bhrt68j.apps .googleusercontent.com' |
| 14 google_oauth2_client_secret: 'jVpuVO2T1T4T9WQxAfGHWgeY' | 15 google_oauth2_client_secret: 'jVpuVO2T1T4T9WQxAfGHWgeY' |
| 15 site_settings: | 16 site_settings: |
| 16 title: "eyeo internal discussions" | 17 title: "eyeo internal discussions" |
| 17 contact_email: "admins@adblockplus.org" | 18 contact_email: "admins@adblockplus.org" |
| 18 notification_email: "donotreply@adblockplus.org" | 19 notification_email: "donotreply@adblockplus.org" |
| 19 site_contact_username: "system" | 20 site_contact_username: "system" |
| 20 allow_user_locale: "t" | 21 allow_user_locale: "t" |
| 21 share_links: "" | 22 share_links: "" |
| 22 login_required: "t" | 23 login_required: "t" |
| 23 must_approve_users: "f" | 24 must_approve_users: "f" |
| 24 enable_local_logins: "f" | 25 enable_local_logins: "f" |
| 25 allow_new_registrations: "t" | 26 allow_new_registrations: "t" |
| 26 enable_google_oauth2_logins: "t" | 27 enable_google_oauth2_logins: "t" |
| 27 enable_yahoo_logins: "f" | 28 enable_yahoo_logins: "f" |
| 28 enable_twitter_logins: "f" | 29 enable_twitter_logins: "f" |
| 29 enable_instagram_logins: "f" | 30 enable_instagram_logins: "f" |
| 30 enable_facebook_logins: "f" | 31 enable_facebook_logins: "f" |
| 31 enable_github_logins: "f" | 32 enable_github_logins: "f" |
| 32 email_domains_blacklist: "" | 33 email_domains_blacklist: "" |
| 33 email_domains_whitelist: "adblockplus.org|eyeo.com" | 34 email_domains_whitelist: "adblockplus.org|eyeo.com" |
| 34 enforce_global_nicknames: "f" | 35 enforce_global_nicknames: "f" |
| 35 max_mentions_per_post: 50 | 36 max_mentions_per_post: 50 |
| 36 force_https: "t" | 37 force_https: "t" |
| 37 white_listed_spam_host_domains: "adblockplus.org,eyeo.com" | 38 white_listed_spam_host_domains: "adblockplus.org,eyeo.com" |
| 38 | 39 |
| OLD | NEW |