Update .gitignore and untrack ignored files
This commit is contained in:
parent
223a6ec2b9
commit
63159bee02
|
@ -1,34 +0,0 @@
|
||||||
{
|
|
||||||
"db": {
|
|
||||||
"ip": "127.0.0.1",
|
|
||||||
"port": 3306,
|
|
||||||
"username":"root",
|
|
||||||
"password":"Lzx2021@!",
|
|
||||||
"dbname":"m2pooldb"
|
|
||||||
},
|
|
||||||
"shares": {
|
|
||||||
"ip": "127.0.0.1",
|
|
||||||
"port": 3306,
|
|
||||||
"username":"m2pool",
|
|
||||||
"password":"Lzx2021@!",
|
|
||||||
"dbname":"sharesdb"
|
|
||||||
},
|
|
||||||
"zap": {
|
|
||||||
"level": "debug",
|
|
||||||
"encoding": "json",
|
|
||||||
"outputPaths": ["stdout", "./logs/db.log"],
|
|
||||||
"errorOutputPaths": ["stderr"],
|
|
||||||
"initialFields": {"server": "server"},
|
|
||||||
"encoderConfig": {
|
|
||||||
"messageKey": "message",
|
|
||||||
"levelKey": "level",
|
|
||||||
"levelEncoder": "lowercase"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"logrotate": {
|
|
||||||
"maxsize": 10,
|
|
||||||
"maxbackups": 100,
|
|
||||||
"maxage": 31,
|
|
||||||
"compress": true
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,46 +0,0 @@
|
||||||
{
|
|
||||||
"coin": "alph",
|
|
||||||
"alph": {
|
|
||||||
"addr": "m2pool"
|
|
||||||
},
|
|
||||||
"rpc": {
|
|
||||||
"host": "10.168.1.162",
|
|
||||||
"port": "18110",
|
|
||||||
"testnet": "10.168.1.162:18210",
|
|
||||||
"type": "mainnet",
|
|
||||||
"user": "test",
|
|
||||||
"pass": "test",
|
|
||||||
"zmqsub": "tcp://127.0.0.1:39001",
|
|
||||||
"timeout": 10000
|
|
||||||
},
|
|
||||||
"zmq": {
|
|
||||||
"pub": "tcp://127.0.0.1:39000",
|
|
||||||
"sub": "tcp://127.0.0.1:39100"
|
|
||||||
},
|
|
||||||
"redis": {
|
|
||||||
"addr": "127.0.0.1:6379",
|
|
||||||
"password": "",
|
|
||||||
"db": 9
|
|
||||||
},
|
|
||||||
"profit": {
|
|
||||||
"push": "tcp://127.0.0.1:39200"
|
|
||||||
},
|
|
||||||
"zap": {
|
|
||||||
"level": "debug",
|
|
||||||
"encoding": "json",
|
|
||||||
"outputPaths": ["stdout", "/dev/null"],
|
|
||||||
"errorOutputPaths": ["stdout"],
|
|
||||||
"initialFields": {"gbt": "gbt"},
|
|
||||||
"encoderConfig": {
|
|
||||||
"messageKey": "message",
|
|
||||||
"levelKey": "level",
|
|
||||||
"levelEncoder": "lowercase"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"logrotate": {
|
|
||||||
"maxsize": 10,
|
|
||||||
"maxbackups": 100,
|
|
||||||
"maxage": 31,
|
|
||||||
"compress": true
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,44 +0,0 @@
|
||||||
{
|
|
||||||
"coin": "alph",
|
|
||||||
"host": {
|
|
||||||
"listen": "0.0.0.0:39500",
|
|
||||||
"auth": false
|
|
||||||
},
|
|
||||||
"diff": {
|
|
||||||
"start_diff": 1,
|
|
||||||
"diff_min":1,
|
|
||||||
"diff_max":1048576,
|
|
||||||
"diff_adjust_interval": 5,
|
|
||||||
"diff_adjust_percentage": 0.2,
|
|
||||||
"diff_adjust_time":600,
|
|
||||||
"filter": "kalman",
|
|
||||||
"dbg": false
|
|
||||||
},
|
|
||||||
"zmq": {
|
|
||||||
"pub":"tcp://127.0.0.1:39101",
|
|
||||||
"sub":"tcp://127.0.0.1:39102"
|
|
||||||
},
|
|
||||||
"redis": {
|
|
||||||
"addr": "127.0.0.1:6379",
|
|
||||||
"password": "",
|
|
||||||
"db": 2
|
|
||||||
},
|
|
||||||
"zap": {
|
|
||||||
"level": "debug",
|
|
||||||
"encoding": "json",
|
|
||||||
"outputPaths": ["stdout", "/dev/null"],
|
|
||||||
"errorOutputPaths": ["stdout"],
|
|
||||||
"initialFields": {"server": "server"},
|
|
||||||
"encoderConfig": {
|
|
||||||
"messageKey": "message",
|
|
||||||
"levelKey": "level",
|
|
||||||
"levelEncoder": "lowercase"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"logrotate": {
|
|
||||||
"maxsize": 10,
|
|
||||||
"maxbackups": 100,
|
|
||||||
"maxage": 31,
|
|
||||||
"compress": true
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,34 +0,0 @@
|
||||||
{
|
|
||||||
"db": {
|
|
||||||
"ip": "127.0.0.1",
|
|
||||||
"port": 3306,
|
|
||||||
"username":"root",
|
|
||||||
"password":"Lzx2021@!",
|
|
||||||
"dbname":"m2pooldb"
|
|
||||||
},
|
|
||||||
"shares": {
|
|
||||||
"ip": "127.0.0.1",
|
|
||||||
"port": 3306,
|
|
||||||
"username":"m2pool",
|
|
||||||
"password":"Lzx2021@!",
|
|
||||||
"dbname":"sharesdb"
|
|
||||||
},
|
|
||||||
"zap": {
|
|
||||||
"level": "debug",
|
|
||||||
"encoding": "json",
|
|
||||||
"outputPaths": ["stdout", "./logs/db.log"],
|
|
||||||
"errorOutputPaths": ["stderr"],
|
|
||||||
"initialFields": {"server": "server"},
|
|
||||||
"encoderConfig": {
|
|
||||||
"messageKey": "message",
|
|
||||||
"levelKey": "level",
|
|
||||||
"levelEncoder": "lowercase"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"logrotate": {
|
|
||||||
"maxsize": 10,
|
|
||||||
"maxbackups": 100,
|
|
||||||
"maxage": 31,
|
|
||||||
"compress": true
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,46 +0,0 @@
|
||||||
{
|
|
||||||
"coin": "alph",
|
|
||||||
"alph": {
|
|
||||||
"addr": "m2pool"
|
|
||||||
},
|
|
||||||
"rpc": {
|
|
||||||
"host": "18.141.161.129",
|
|
||||||
"port": "10973",
|
|
||||||
"testnet": "127.0.0.1:7229",
|
|
||||||
"type": "mainnet",
|
|
||||||
"user": "test",
|
|
||||||
"pass": "test",
|
|
||||||
"zmqsub": "tcp://127.0.0.1:21212",
|
|
||||||
"timeout": 10000
|
|
||||||
},
|
|
||||||
"zmq": {
|
|
||||||
"pub": "tcp://127.0.0.1:21213",
|
|
||||||
"sub": "tcp://127.0.0.1:21214"
|
|
||||||
},
|
|
||||||
"redis": {
|
|
||||||
"addr": "127.0.0.1:6379",
|
|
||||||
"password": "",
|
|
||||||
"db": 9
|
|
||||||
},
|
|
||||||
"profit": {
|
|
||||||
"push": "tcp://127.0.0.1:21215"
|
|
||||||
},
|
|
||||||
"zap": {
|
|
||||||
"level": "debug",
|
|
||||||
"encoding": "json",
|
|
||||||
"outputPaths": ["stdout", "/dev/null"],
|
|
||||||
"errorOutputPaths": ["stdout"],
|
|
||||||
"initialFields": {"gbt": "gbt"},
|
|
||||||
"encoderConfig": {
|
|
||||||
"messageKey": "message",
|
|
||||||
"levelKey": "level",
|
|
||||||
"levelEncoder": "lowercase"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"logrotate": {
|
|
||||||
"maxsize": 10,
|
|
||||||
"maxbackups": 100,
|
|
||||||
"maxage": 31,
|
|
||||||
"compress": true
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,44 +0,0 @@
|
||||||
{
|
|
||||||
"coin": "alph",
|
|
||||||
"host": {
|
|
||||||
"listen": "0.0.0.0:21233",
|
|
||||||
"auth": false
|
|
||||||
},
|
|
||||||
"diff": {
|
|
||||||
"start_diff": 1,
|
|
||||||
"diff_min":1,
|
|
||||||
"diff_max":1048576,
|
|
||||||
"diff_adjust_interval": 5,
|
|
||||||
"diff_adjust_percentage": 0.2,
|
|
||||||
"diff_adjust_time":600,
|
|
||||||
"filter": "kalman",
|
|
||||||
"dbg": false
|
|
||||||
},
|
|
||||||
"zmq": {
|
|
||||||
"pub":"tcp://127.0.0.1:21214",
|
|
||||||
"sub":"tcp://127.0.0.1:21213"
|
|
||||||
},
|
|
||||||
"redis": {
|
|
||||||
"addr": "127.0.0.1:6379",
|
|
||||||
"password": "",
|
|
||||||
"db": 2
|
|
||||||
},
|
|
||||||
"zap": {
|
|
||||||
"level": "debug",
|
|
||||||
"encoding": "json",
|
|
||||||
"outputPaths": ["stdout", "/dev/null"],
|
|
||||||
"errorOutputPaths": ["stdout"],
|
|
||||||
"initialFields": {"server": "server"},
|
|
||||||
"encoderConfig": {
|
|
||||||
"messageKey": "message",
|
|
||||||
"levelKey": "level",
|
|
||||||
"levelEncoder": "lowercase"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"logrotate": {
|
|
||||||
"maxsize": 10,
|
|
||||||
"maxbackups": 100,
|
|
||||||
"maxage": 31,
|
|
||||||
"compress": true
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue