forked from tableau/server-install-script-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample-config.yml
More file actions
15 lines (15 loc) · 743 Bytes
/
sample-config.yml
File metadata and controls
15 lines (15 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
# These are just examples of how to specify config options in this config file. Most defaults are generally just fine.
config.version: 15
# Install some samples to look at.
install.component.samples: true
# use local authentication and not active directory
wgserver.authenticate: local
# When mail is sent the server, this info used for that
svcmonitor.notification.smtp.canonical_url: http://myserver.example.com
svcmonitor.notification.smtp.from_address: donut-reply@example.com
# replace this with something useful.
svcmonitor.notification.smtp.password: password
svcmonitor.notification.smtp.send_account: person
svcmonitor.notification.smtp.server: mail.example.com
svcmonitor.notification.smtp.target_addresses: iluvdata@example.com