Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: hiera/roles/communityforumserver.yaml

Issue 29370698: Issue 4768 - Initial ABP community forum setup (Closed)
Patch Set: remove accidental file Created Jan. 3, 2017, 5:05 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | modules/private-stub/files/communityforum.adblockplus.org_sslcert.key » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 classes:
2 statsclient:
3 discourse_docker:
4 domain: "communityforum.adblockplus.org"
5 certificate: "communityforum.adblockplus.org_sslcert.pem"
6 private_key: "communityforum.adblockplus.org_sslcert.key"
7 is_default: true
8 site_settings:
9 title: "Adblock Plus Community Forum"
10 contact_email: "admins@adblockplus.org"
11 notification_email: "donotreply@adblockplus.org"
12 site_contact_username: "system"
13 allow_user_locale: "t"
14 share_links: ""
15 login_required: "f"
16 must_approve_users: "f"
17 enable_local_logins: "f"
18 allow_new_registrations: "t"
19 enable_google_oauth2_logins: "t"
20 enable_yahoo_logins: "f"
21 enable_twitter_logins: "t"
22 enable_instagram_logins: "f"
23 enable_facebook_logins: "t"
24 enable_github_logins: "t"
25 email_domains_blacklist: ""
26 email_domains_whitelist: ""
27 enforce_global_nicknames: "f"
28 max_mentions_per_post: 50
29 google_oauth2_client_id: "%{hiera('discourse_docker::google_oauth2_client_ id')}"
30 google_oauth2_client_secret: "%{hiera('discourse_docker::google_oauth2_cli ent_secret')}"
31 force_https: "t"
32 white_listed_spam_host_domains: "adblockplus.org,eyeo.com"
33
34 requirements:
35 memory: 4096
36
OLDNEW
« no previous file with comments | « no previous file | modules/private-stub/files/communityforum.adblockplus.org_sslcert.key » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld