Skip to content

Configure Your Scumblr

Scott Behrens edited this page Oct 17, 2016 · 1 revision

Overview

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.

secrets.yaml

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.

Clone this wiki locally