{
  "a_exe_version": "1.0.0.0",
  "comm": {
    "big_endian": 0,
    "control_gimal": 0,
    "cw100_power_a": 0,
    "cw15_cam_gimbal": 0,
    "flag_gps": 0,
    "flag_heartbeat": 1,
    "flag_transmission": 0,
    "gcs_double_link": 1,
    "gcs_type": 2,
    "ip": "172.30.30.225",
    "link_mode_udp": 0,
    "pilot_id": "",
    "port": 2010,
    "serial_name": "",
    "smart_bettry": 1,
    "transmit_forward": 0,
    "transmit_recv": 0,
    "type": 0,
    "vehicle_type": "CW_15II",
    "waypoint_mode": 0
  },
  "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": "35056"
  }
}