Blame view

ais-structure/config.txt 2.02 KB
c4a567d0   sumatek   merge
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
  "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
  }
}