Add an empty endpoints config value, just for Jenkins.

This commit is contained in:
Ralph Bean
2016-10-19 09:14:31 -04:00
parent 1b53951dfe
commit 325a09d721

View File

@@ -2,6 +2,11 @@ config = {
# Talk to the relay, so things also make it to composer.stg in our dev env
"active": True,
# Since we're in active mode, we don't need to declare any of our own
# passive endpoints. This placeholder value needs to be here for the tests
# to pass in Jenkins, though. \o/
"endpoints": {},
# Start of code signing configuration
# 'sign_messages': True,
# 'validate_signatures': True,