Left: | ||
Right: |
LEFT | RIGHT |
---|---|
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' |
13 smtp_host: "172.17.0.1" | 12 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
| |
14 google_oauth2_client_id: '999843142701-ob74a7iua4vc6850stl29fdd8bhrt68j.apps .googleusercontent.com' | 13 google_oauth2_client_id: '999843142701-ob74a7iua4vc6850stl29fdd8bhrt68j.apps .googleusercontent.com' |
15 google_oauth2_client_secret: 'jVpuVO2T1T4T9WQxAfGHWgeY' | 14 google_oauth2_client_secret: 'jVpuVO2T1T4T9WQxAfGHWgeY' |
16 site_settings: | 15 site_settings: |
17 title: "eyeo internal discussions" | 16 title: "eyeo internal discussions" |
18 contact_email: "admins@adblockplus.org" | 17 contact_email: "admins@adblockplus.org" |
19 notification_email: "donotreply@adblockplus.org" | 18 notification_email: "donotreply@adblockplus.org" |
20 site_contact_username: "system" | 19 site_contact_username: "system" |
21 allow_user_locale: "t" | 20 allow_user_locale: "t" |
22 share_links: "" | 21 share_links: "" |
23 login_required: "t" | 22 login_required: "t" |
24 must_approve_users: "f" | 23 must_approve_users: "f" |
25 enable_local_logins: "f" | 24 enable_local_logins: "f" |
26 allow_new_registrations: "t" | 25 allow_new_registrations: "t" |
27 enable_google_oauth2_logins: "t" | 26 enable_google_oauth2_logins: "t" |
28 enable_yahoo_logins: "f" | 27 enable_yahoo_logins: "f" |
29 enable_twitter_logins: "f" | 28 enable_twitter_logins: "f" |
30 enable_instagram_logins: "f" | 29 enable_instagram_logins: "f" |
31 enable_facebook_logins: "f" | 30 enable_facebook_logins: "f" |
32 enable_github_logins: "f" | 31 enable_github_logins: "f" |
33 email_domains_blacklist: "" | 32 email_domains_blacklist: "" |
34 email_domains_whitelist: "adblockplus.org|eyeo.com" | 33 email_domains_whitelist: "adblockplus.org|eyeo.com" |
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 |
LEFT | RIGHT |