Add missing config to example

This commit is contained in:
twangboy 2017-07-07 12:37:22 -06:00
parent 89261cf06c
commit c07e22041a

View file

@ -495,6 +495,7 @@ def container_setting(name, container, settings=None):
processModel.maxProcesses: 1
processModel.userName: TestUser
processModel.password: TestPassword
processModel.identityType: SpecificUser
Example of usage for the ``Sites`` container: