LEFT | RIGHT |
1 classes: | 1 classes: |
2 statsclient: | 2 statsclient: |
3 discourse: | 3 discourse: |
4 domain: "intraforum.adblockplus.org" | 4 domain: "intraforum.adblockplus.org" |
5 certificate: "intraforum.adblockplus.org_sslcert.pem" | 5 certificate: "intraforum.adblockplus.org_sslcert.pem" |
6 private_key: "intraforum.adblockplus.org_sslcert.key" | 6 private_key: "intraforum.adblockplus.org_sslcert.key" |
7 is_default: true | 7 is_default: true |
8 site_settings: | 8 site_settings: |
9 title: "Adblock Plus internal discussions" | 9 title: "Adblock Plus internal discussions" |
10 contact_email: "admins@adblockplus.org" | 10 contact_email: "admins@adblockplus.org" |
(...skipping 10 matching lines...) Expand all Loading... |
21 enable_twitter_logins: "f" | 21 enable_twitter_logins: "f" |
22 enable_instagram_logins: "f" | 22 enable_instagram_logins: "f" |
23 enable_facebook_logins: "f" | 23 enable_facebook_logins: "f" |
24 enable_github_logins: "f" | 24 enable_github_logins: "f" |
25 email_domains_blacklist: "" | 25 email_domains_blacklist: "" |
26 email_domains_whitelist: "adblockplus.org|eyeo.com" | 26 email_domains_whitelist: "adblockplus.org|eyeo.com" |
27 enforce_global_nicknames: "f" | 27 enforce_global_nicknames: "f" |
28 max_mentions_per_post: 50 | 28 max_mentions_per_post: 50 |
29 google_oauth2_client_id: "%{hiera('discourse::google_oauth2_client_id')}" | 29 google_oauth2_client_id: "%{hiera('discourse::google_oauth2_client_id')}" |
30 google_oauth2_client_secret: "%{hiera('discourse::google_oauth2_client_sec
ret')}" | 30 google_oauth2_client_secret: "%{hiera('discourse::google_oauth2_client_sec
ret')}" |
31 # Note: use_https will be renamed into force_https in Discourse 1.6. | 31 force_https: "t" |
32 use_https: "t" | |
33 white_listed_spam_host_domains: "adblockplus.org,eyeo.com" | 32 white_listed_spam_host_domains: "adblockplus.org,eyeo.com" |
34 | 33 |
35 requirements: | 34 requirements: |
36 memory: 1024 | 35 memory: 4096 |
LEFT | RIGHT |