{"subsystem" : {"teiid" : {
    "allow-env-function" : true,
    "async-thread-pool-max-thread-count" : 10,
    "buffer-manager-disk-max-space-mb" : 2,
    "buffer-manager-disk-max-file-size-mb" : 2,
    "buffer-manager-disk-max-open-files" : 2,
    "buffer-manager-heap-max-processing-kb" : 2,
    "buffer-manager-heap-max-reserve-mb" : 2,
    "buffer-manager-processor-batch-size" : 2,
    "buffer-manager-storage-enabled" : false,
    "buffer-manager-fixed-memory-space-mb" : -2,
    "buffer-manager-fixed-memory-off-heap" : true,
    "buffer-manager-storage-max-object-size-kb" : 2,
    "buffer-manager-disk-encrypt-files" : true,
    "buffer-manager-inline-lobs" : false,
    "detect-change-events" : false,
    "exception-on-max-source-rows" : false,
    "lob-chunk-size-in-kb" : 2,
    "query-timeout" : 23,
    "workmanager" : "wm",
    "max-active-plans" : 2,
    "max-row-fetch-size" : 2,
    "max-source-rows-allowed" : 2,
    "max-threads" : 2,
    "distributed-cache-jgroups-stack" : "stack",
    "preparedplan-cache-infinispan-container" : "prep-container",
    "preparedplan-cache-enable" : false,
    "preparedplan-cache-name" : "prepcache",
    "query-threshold-in-seconds" : 2,
    "resultset-cache-infinispan-container" : "container",
    "resultset-cache-enable" : false,
    "resultset-cache-max-staleness" : 90,
    "resultset-cache-name" : "cache",
    "thread-count-for-source-concurrency" : 2,
    "time-slice-in-milliseconds" : 2,
    "translator" : {
        "jdbc-simple" : {"module" : "org.jboss.teiid.translator.jdbc"},
        "jdbc-ansi" : {"module" : "org.jboss.teiid.translator.jdbc"}
    },
    "authentication-sessions-expiration-timelimit" : 2,
    "authentication-max-sessions-allowed" : 5,
    "authentication-security-domain" : "teiid-security,teiid-security2",
    "authentication-type" : "GSS",
    "authentication-trust-all-local" : false,
    "transport" : {
        "jdbc" : {
            "input-buffer-size" : 2,
            "max-socket-threads" : 1,
            "output-buffer-size" : 3,
            "protocol" : "teiid",
            "socket-binding" : "teiid-jdbc"
        },
        "odbc" : {
            "input-buffer-size" : 2,
            "keystore-name" : "keystore name",
            "keystore-password" : "keystore passs",
            "keystore-key-alias" : "x",
            "keystore-key-password" : "y",
            "keystore-type" : "keystore type",
            "max-socket-threads" : 1,
            "output-buffer-size" : 3,
            "pg-max-lob-size-in-bytes" : 50,
            "protocol" : "pg",
            "socket-binding" : "teiid-odbc",
            "ssl-enable" : true,
            "ssl-authentication-mode" : "2-way",
            "ssl-enabled-cipher-suites" : "x,y",
            "ssl-keymanagement-algorithm" : "algo",
            "ssl-mode" : "enabled",
            "ssl-ssl-protocol" : "ssl-protocol",
            "truststore-name" : "truststore name",
            "truststore-password" : "truststore pass",
            "truststore-check-expired" : "true"
        }
    }
}}}