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

Side by Side Diff: modules/private-stub/hiera/hosts/eyeoforum1.yaml

Issue 29427603: Noissue - Configure discourse containers to use smtp on the host system Base URL: https://hg1/infrastructure
Patch Set: use host ip instead of undef Created July 10, 2017, 11:20 a.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 | « modules/private-stub/hiera/hosts/abpforum1.yaml ('k') | no next file » | 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 nginx: 2 nginx:
3 worker_connections: 500 3 worker_connections: 500
4 discourse_docker: 4 discourse_docker:
5 domain: "forum.eyeo.com" 5 domain: "forum.eyeo.com"
6 certificate: "forum.eyeo.com_sslcert.pem" 6 certificate: "forum.eyeo.com_sslcert.pem"
7 private_key: "forum.eyeo.com_sslcert.key" 7 private_key: "forum.eyeo.com_sslcert.key"
8 is_default: true 8 is_default: true
9 admins: 9 admins:
10 - 'test1@example.com' 10 - 'test1@example.com'
11 - 'test2@example.com' 11 - 'test2@example.com'
12 smtp_host: '172.17.0.1'
12 google_oauth2_client_id: '999843142701-ob74a7iua4vc6850stl29fdd8bhrt68j.apps .googleusercontent.com' 13 google_oauth2_client_id: '999843142701-ob74a7iua4vc6850stl29fdd8bhrt68j.apps .googleusercontent.com'
13 google_oauth2_client_secret: 'jVpuVO2T1T4T9WQxAfGHWgeY' 14 google_oauth2_client_secret: 'jVpuVO2T1T4T9WQxAfGHWgeY'
14 site_settings: 15 site_settings:
15 title: "eyeo internal discussions" 16 title: "eyeo internal discussions"
16 contact_email: "admins@adblockplus.org" 17 contact_email: "admins@adblockplus.org"
17 notification_email: "donotreply@adblockplus.org" 18 notification_email: "donotreply@adblockplus.org"
18 site_contact_username: "system" 19 site_contact_username: "system"
19 allow_user_locale: "t" 20 allow_user_locale: "t"
20 share_links: "" 21 share_links: ""
21 login_required: "t" 22 login_required: "t"
22 must_approve_users: "f" 23 must_approve_users: "f"
23 enable_local_logins: "f" 24 enable_local_logins: "f"
24 allow_new_registrations: "t" 25 allow_new_registrations: "t"
25 enable_google_oauth2_logins: "t" 26 enable_google_oauth2_logins: "t"
26 enable_yahoo_logins: "f" 27 enable_yahoo_logins: "f"
27 enable_twitter_logins: "f" 28 enable_twitter_logins: "f"
28 enable_instagram_logins: "f" 29 enable_instagram_logins: "f"
29 enable_facebook_logins: "f" 30 enable_facebook_logins: "f"
30 enable_github_logins: "f" 31 enable_github_logins: "f"
31 email_domains_blacklist: "" 32 email_domains_blacklist: ""
32 email_domains_whitelist: "adblockplus.org|eyeo.com" 33 email_domains_whitelist: "adblockplus.org|eyeo.com"
33 enforce_global_nicknames: "f" 34 enforce_global_nicknames: "f"
34 max_mentions_per_post: 50 35 max_mentions_per_post: 50
35 force_https: "t" 36 force_https: "t"
36 white_listed_spam_host_domains: "adblockplus.org,eyeo.com" 37 white_listed_spam_host_domains: "adblockplus.org,eyeo.com"
37 38
OLDNEW
« no previous file with comments | « modules/private-stub/hiera/hosts/abpforum1.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld