{
  "hook": {
    "admin_params": "secret=035c73f7-bb6b-4889-a715-d9eb2d1925dd",
    "alive_interval": 30,
    "enable": false,
    "on_exception_happen": "http://127.0.0.1/index/api/on_exception_happen",
    "on_server_keepalive": "http://127.0.0.1/index/api/on_server_keepalive",
    "on_server_started": "http://127.0.0.1/index/api/on_server_started",
    "retry": 1,
    "retry_delay": 3,
    "timeoutSec": 10
  },
  "http": {
    "apiDebug": true,
    "port": "80",
    "sslport": "443"
  },
  "openSSL": {
    "server": {
      "caConfig": "${application.configDir}rootcert.pem",
      "cacheSessions": true,
      "cipherList": "ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH",
      "extendedVerification": false,
      "invalidCertificateHandler": {
        "name": "AcceptCertificateHandler"
      },
      "loadDefaultCAFile": true,
      "privateKeyFile": "${application.configDir}any.pem",
      "privateKeyPassphraseHandler": {
        "name": "KeyFileHandler",
        "options": {
          "password": "secret"
        }
      },
      "requireTLSv1": false,
      "sessionCacheSize": 100,
      "sessionIdContext": "${application.name}",
      "verificationDepth": 9,
      "verificationMode": "relaxed"
    }
  },
  "rpc": {
    "port": "18264"
  }
}