"description":"Name of the domain to be used (example: mydomain.com). Subdomains of this domain will be used for the slave instances (example: instance12345.mydomain.com).",
"description":"Name of the domain to be used (example: mydomain.com). Subdomains of this domain will be used for the shared instances (example: instance12345.mydomain.com).",
"type":"string",
"default":""
},
...
...
@@ -89,13 +89,13 @@
"default":""
},
"enable-cache":{
"title":"Use cache for this slave frontend.",
"description":"Specify if slave frontend should use a squid to connect to backend.",
"title":"Use cache for this shared frontend.",
"description":"Specify if shared frontend should use a cache to connect to backend.",
"type":"boolean",
"default":false
},
"type":{
"title":"Specify if slave frontend will redirect to a zope backend.",
"title":"Specify if shared frontend will redirect to a zope backend.",
"description":"If specified, Apache RewriteRule will use Zope's Virtual Host Daemon. Possible values: 'zope', 'default'.",
"description":"xor, milenage or tuak. Set the USIM authentication algorithm.",
"type":"string",
"default":"milenage"
},
"imsi":{
"title":"IMSI",
"description":"IMSI",
"type":"string",
"default":""
},
"opc":{
"title":"OPC",
"description":"Operator key preprocessed with the user secret key (as a 16 byte hexadecimal string). When the Milenage authentication algorithm is used, opc must be set.",
"type":"string",
"default":""
},
"amf":{
"title":"AMF",
"description":"Range: 0 to 65535. Set the Authentication Management Field.",
"type":"string",
"default":"0x9001"
},
"sqn":{
"title":"SQN",
"description":"Optional String (6 byte hexadecimal string). Set the initial sequence number. For the XOR algorithm, the actual value does not matter. For the Milenage or TUAK algorithm, a sequence number resynchronization is initiated if the sequence number does not match the one stored in the USIM.",
"type":"string",
"default":"000000000000"
},
"k":{
"title":"K",
"description":"Set the user secret key (as a 16 bytes hexadecimal string, or eventually 32 bytes hexadecimal string for TUAK).",
"type":"string",
"default":""
},
"impu":{
"title":"IMPU",
"description":"sip URI or a telephone number. Note that sip URI must not include hostname. If IMPU does not start by a scheme, it is assumed to be a sip URI.",
"type":"string",
"default":""
},
"impi":{
"title":"IMPI",
"description":"Defines user IMPI. Must be fully filled with hostname if necessary.",