On this page...

Example YAML

deployment-config:sas-configuration:

  # Whether SAS is enabled ('true') or disabled ('false')
  enabled: true

  # Parameters for connecting to SAS
  sas-connection:
    # List of SAS servers. Needs to be specified in a non-MDM deployment.
    servers:
      - 10.10.10.10
      - 10.10.10.11

    # SAS system type
    system-type: Rhino
Previous page Next page
VM Build Container Version 1.0.0