Explorar el Código

config for leanwork , p2p and fat keys

master
patrick hace 5 años
padre
commit
c763938f46
Se han modificado 3 ficheros con 6 adiciones y 8 borrados
  1. +2
    -1
      config.go
  2. +2
    -3
      config.json
  3. +2
    -4
      config.test.json

+ 2
- 1
config.go Ver fichero

@@ -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 Ver fichero

@@ -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 Ver fichero

@@ -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",

Cargando…
Cancelar
Guardar