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

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

Issue 29347356: Issue 4234 - Migrate Discourse to a Docker-based setup (Closed)
Patch Set: Clone from GitHub, updated to Discourse 1.6.4 Created Oct. 12, 2016, 1:17 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 | « Vagrantfile ('k') | modules/discourse/files/init-discourse » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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:
9 title: "Adblock Plus internal discussions"
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: "t"
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: "f"
22 enable_instagram_logins: "f"
23 enable_facebook_logins: "f"
24 enable_github_logins: "f"
25 email_domains_blacklist: ""
26 email_domains_whitelist: "adblockplus.org|eyeo.com"
27 enforce_global_nicknames: "f"
28 max_mentions_per_post: 50
29 google_oauth2_client_id: "%{hiera('discourse::google_oauth2_client_id')}"
30 google_oauth2_client_secret: "%{hiera('discourse::google_oauth2_client_sec ret')}"
31 force_https: "t"
32 white_listed_spam_host_domains: "adblockplus.org,eyeo.com"
8 33
9 requirements: 34 requirements:
10 memory: 1024 35 memory: 4096
11
OLDNEW
« no previous file with comments | « Vagrantfile ('k') | modules/discourse/files/init-discourse » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld