소스 검색

config for leanwork , p2p and fat keys

master
patrick 5 년 전
부모
커밋
c763938f46
3개의 변경된 파일6개의 추가작업 그리고 8개의 파일을 삭제
  1. +2
    -1
      config.go
  2. +2
    -3
      config.json
  3. +2
    -4
      config.test.json

+ 2
- 1
config.go 파일 보기

@@ -17,7 +17,8 @@ type AppConfig struct {
UrlCallBack string `json:UrlCallBack`
} `json:Rpn`
LeanWork struct {
MD5Key string `json:MD5Key`
MD5P2P string `json:MD5P2P`
MD5FAT string `json:MD5FA5`
} `json:LeanWork`
DB struct {
Driver string `json:Driver`

+ 2
- 3
config.json 파일 보기

@@ -8,9 +8,8 @@
"UrlCallBack": "http://rpn.supertraderfx.ayvwd8em49pvoa3g.com/rpn_notify"
},
"LeanWork": {
"MD5Key": "492815086935204",
"MD5P2P": "370296119874502",
"MD5FAT": "207841502473198"
"MD5P2P": "492815086935204",
"MD5FAT": "769453271365940"
},
"DB": {
"Driver": "mysql",

+ 2
- 4
config.test.json 파일 보기

@@ -8,10 +8,8 @@
"UrlCallBack": "http://debug.biukop.com:8080/rpn_notify"
},
"LeanWork": {
"MD5KEY2": "370296119874502",
"MD5Key": "492815086935204",
"MD5P2P": "370296119874502",
"MD5FAT": "207841502473198"
"MD5P2P": "492815086935204",
"MD5FAT": "769453271365940"
},
"DB": {
"Driver": "mysql",

Loading…
취소
저장