config.txt 2.02 KB
{
  "development": {
    "app_name": "CMF",
    "app_host": "0.0.0.0",
    "app_port": "3000",
    "app_https": false,
    "KEY": "key1.pem",
    "CERT": "cert1.pem",
    "service": {
      "PANDORA": {
        "URI": "http://25.27.7.151:34680",
        "URI_EQX": "http://25.27.7.151:15300",
        "KEY": "./PANDORA_CERT/server.key",
        "CERT": "./PANDORA_CERT/server.pem",
        "PREFIX": "/phxPartner/v1/partner"
      },
      "SACF": {
        "Name": "SACF",
        "POST_SearchCustomer_URL": "http://10.1.3.74:8080",
        "POST_SearchCustomer_Timeout": 10
      },
      "D01": {
        "Name": "D01",
        "GET_Customer_URL": "http://localhost:8080",
        "GET_Customer_Timeout": 10,
        "POST_Customer_URL": "http://localhost:8080",
        "POST_Customer_Timeout": 10,
        "POST_Limit": 20,
        "GET_Limit": 1000
      },
      "CMF": {
        "Name": "CMF",
        "GET_VIZCard_URL": [
          "/cmf/v1/vizcards/:vizCardId",
          "/cmf/v1/vizcards"
        ],
        "GET_Customer_URL": [
          "/cmf/v1/customers/:customerId",
          "/cmf/v1/customers/:userType/:userData",
          "/cmf/v1/customers"
        ],
        "POST_Customer_URL": [
          "/cmf/v1/customers"
        ],
        "GET_CustomerMembership_URL": [
          "/cmf/v1/customers/:customerId/membercards",
          "/cmf/v1/customers/:userType/:userData/membercards",
          "/cmf/v1/customers/membercards"
        ],
        "POST_CustomerMembership_URL": [
          "/cmf/v1/customers/:customerId/membercards",
          "/cmf/v1/customers/:userType/:userData/membercards"
        ]
      }
    },
    "log": {
      "logTime": 15,
      "statTime": 2,
      "detailTime": 15,
      "summaryTime": 15,
      "statInterval": 60,
      "appLogPath": "./logTest/",
      "summaryPath": "./logTest/",
      "statPath": "./logTest/",
      "detailPath": "./logTest/",
      "level": "debug"
    },
    "http_req_timeout": 120,
    "session": 30,
    "Default_Timeout": 10,
    "Default_Retry": 5,
    "Uri_length": 1000
  }
}