-
Notifications
You must be signed in to change notification settings - Fork 319
Configure Your Scumblr
Scott Behrens edited this page Oct 17, 2016
·
1 revision
Inside the root directory of scumblr is the config
directory which contains all configuration files. The following section describes the configuration files you may need to change in order to get Scumblr up and running.
The secrets.yaml
file is located in scumblr/config/secrets.yaml
. The top of the file contains a list of key/values which are used in various tasks and workflows for authenticating to different services. By default the file will be configured to pull the values in from environment variables. You can replace these entries with the actual values if you don't want to use environment variables. See the documentation for the individual tasks for information on what values can/need to be set.