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

Unified Diff: modules/private-stub/hiera/hosts/abpforum1.yaml

Issue 29370698: Issue 4768 - Initial ABP community forum setup (Closed)
Patch Set: drop the communityforum role Created Jan. 6, 2017, 12:18 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 | « modules/private-stub/hiera/hosts.yaml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/private-stub/hiera/hosts/abpforum1.yaml
diff --git a/modules/private-stub/hiera/hosts/abpforum1.yaml b/modules/private-stub/hiera/hosts/abpforum1.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..503d0e912bed3138f660c75b36bb71da1f6b5774
--- /dev/null
+++ b/modules/private-stub/hiera/hosts/abpforum1.yaml
@@ -0,0 +1,39 @@
+classes:
+ statsclient:
+ nginx:
+ worker_connections: 500
+ discourse_docker:
+ domain: "forum.adblockplus.org"
+ certificate: "forum.adblockplus.org_sslcert.pem"
+ private_key: "forum.adblockplus.org_sslcert.key"
+ is_default: true
+ admins:
+ - 'test1@adblockplus.org'
+ - 'test2@adblockplus.org'
+ # Google OAuth2 credentials (only valid for https://forum-test.adblockplus.org)
+ google_oauth2_client_id: '698709125406-3jodbnl429ie9r00gv4j3ve1olg02sv7.apps.googleusercontent.com'
+ google_oauth2_client_secret: 'tB2ESr1b99qJpbOYqv3PtuPU'
+ site_settings:
+ title: "Adblock Plus Community Forum"
+ contact_email: "admins@adblockplus.org"
+ notification_email: "donotreply@adblockplus.org"
+ site_contact_username: "system"
+ allow_user_locale: "t"
+ share_links: ""
+ login_required: "f"
+ must_approve_users: "f"
+ enable_local_logins: "f"
+ allow_new_registrations: "t"
+ enable_google_oauth2_logins: "t"
+ enable_yahoo_logins: "f"
+ enable_twitter_logins: "t"
+ enable_instagram_logins: "f"
+ enable_facebook_logins: "t"
+ enable_github_logins: "t"
+ email_domains_blacklist: ""
+ email_domains_whitelist: ""
+ enforce_global_nicknames: "f"
+ max_mentions_per_post: 50
+ force_https: "t"
+ white_listed_spam_host_domains: "adblockplus.org,eyeo.com"
+
« no previous file with comments | « modules/private-stub/hiera/hosts.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld