Add dynamic_settings.yml for docker config

Change-Id: I0c811ba1afcf1509679e5c6ec98ca39aef627dd9
Reviewed-on: https://gerrit.instructure.com/117286
Reviewed-by: Tyler Pickett <tpickett@instructure.com>
Tested-by: Jenkins
Product-Review: Caleb Guanzon <cguanzon@instructure.com>
QA-Review: Caleb Guanzon <cguanzon@instructure.com>
This commit is contained in:
Brad Horrocks 2017-06-28 10:09:46 -06:00 committed by Caleb Guanzon
parent c1c165213c
commit 624be19596
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
# this config file is useful if you don't want to run a consul
# cluster with canvas. Just provide the config data you would
# like for the DynamicSettings class to find, and it will use
# it whenever a call for consul data is issued. Data should be
# shaped like the example below, one key for the related set of data,
# and a hash of key/value pairs (no nesting)
development:
address-book:
app-host: "http://address-book.docker"
secret: "opensesame"
live-events-subscription-service:
app-host: "http://les.docker"
sad-panda: null
rich-content-service:
app-host: "rce.docker"
canvas:
encryption-secret: "astringthatisactually32byteslong"
signing-secret: "astringthatisactually32byteslong"
live-events:
aws_endpoint: http://kinesis.canvaslms.docker
kinesis_stream_name: live-events
math-man:
base_url: 'http://mathman.docker'
use_for_svg: 'false'
use_for_mml: 'false'