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

Unified 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.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Vagrantfile ('k') | modules/discourse/files/init-discourse » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: hiera/roles/intraforumserver.yaml
===================================================================
--- a/hiera/roles/intraforumserver.yaml
+++ b/hiera/roles/intraforumserver.yaml
@@ -1,11 +1,35 @@
classes:
statsclient:
discourse:
domain: "intraforum.adblockplus.org"
certificate: "intraforum.adblockplus.org_sslcert.pem"
private_key: "intraforum.adblockplus.org_sslcert.key"
is_default: true
+ site_settings:
+ title: "Adblock Plus internal discussions"
+ contact_email: "admins@adblockplus.org"
+ notification_email: "donotreply@adblockplus.org"
+ site_contact_username: "system"
+ allow_user_locale: "t"
+ share_links: ""
+ login_required: "t"
+ must_approve_users: "f"
+ enable_local_logins: "f"
+ allow_new_registrations: "t"
+ enable_google_oauth2_logins: "t"
+ enable_yahoo_logins: "f"
+ enable_twitter_logins: "f"
+ enable_instagram_logins: "f"
+ enable_facebook_logins: "f"
+ enable_github_logins: "f"
+ email_domains_blacklist: ""
+ email_domains_whitelist: "adblockplus.org|eyeo.com"
+ enforce_global_nicknames: "f"
+ max_mentions_per_post: 50
+ google_oauth2_client_id: "%{hiera('discourse::google_oauth2_client_id')}"
+ google_oauth2_client_secret: "%{hiera('discourse::google_oauth2_client_secret')}"
+ force_https: "t"
+ white_listed_spam_host_domains: "adblockplus.org,eyeo.com"
requirements:
- memory: 1024
-
+ memory: 4096
« 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