{
    "master":{
        "pooldb":{
            "host": "127.0.0.1",
            "user": "m2pool",
            "password": "pMJzgwrg@Frt8aDXkQAsTGhG!zy!H8Jd",
            "database": "m2pooldb",
            "port":3306,
            "waitForConnections": true,
            "connectionLimit": 20,
            "queueLimit": 0
        },
        "sharesdb":{
            "host": "127.0.0.1",
            "user": "m2pool",
            "password": "pMJzgwrg@Frt8aDXkQAsTGhG!zy!H8Jd",
            "database": "sharesdb",
            "port":3306,
            "waitForConnections": true,
            "connectionLimit": 20,
            "queueLimit": 0
        },
        "distribution":{
            "host": "127.0.0.1",
            "user": "root",
            "password": "123456",
            "database": "distribution",
            "port":6789,
            "waitForConnections": true,
            "connectionLimit": 20,
            "queueLimit": 0
        },
        "hashrate":{
            "host": "127.0.0.1",
            "user": "root",
            "password": "123456",
            "database": "test",
            "port":6789,
            "waitForConnections": true,
            "connectionLimit": 20,
            "queueLimit": 0
        },
        "users_addresses":{
            "host": "13.214.175.13",
            "user": "root",
            "password": "m2Pool2024@!",
            "database": "pool",
            "port":3123,
            "waitForConnections": true,
            "connectionLimit": 20,
            "queueLimit": 0
        },
        "balance":{
            "host": "18.143.153.132",
            "user": "app_user",
            "password": "8xdZ3~FR$c1mqcxwmLs",
            "database": "mydb",
            "port":3306,
            "waitForConnections": true,
            "connectionLimit": 20,
            "queueLimit": 0
        }
    },
    "slave":{
        "pooldb_slave":{
            "host": "172.17.0.1",
            "user": "m2pool",
            "password": "pMJzgwrg@Frt8aDXkQAsTGhG!zy!H8Jd",
            "database": "m2pooldb",
            "port":3307,
            "waitForConnections": true,
            "connectionLimit": 20,
            "queueLimit": 0
        },
        "sharesdb_slave":{
            "host": "172.17.0.1",
            "user": "m2pool",
            "password": "pMJzgwrg@Frt8aDXkQAsTGhG!zy!H8Jd",
            "database": "sharesdb",
            "port":3307,
            "waitForConnections": true,
            "connectionLimit": 20,
            "queueLimit": 0
        }
    },
    "redis_options":{
        "redis1":{
            "host":"localhost",
            "port":6379,
            "connectTimeout":10000
        }
    },
    "node_options":{
        "node1":{
            "rpcUser":"test",
            "rpcPassword":"test",
            "rpcPort":7227,
            "rpcHost":"127.0.0.1"
        },
        "node2":{
            "rpcUser":"test",
            "rpcPassword":"test",
            "rpcPort":7227,
            "rpcHost":"18.139.85.190"
        }
    },
    "retry_options":{
        "node":{
            "max_retries":10,
            "retry_delay":10000
        }
    },
    "REPORT_ADDRESS":"nexa:nqtsq5g54692xaxstwa8je7u6g83uy2x0mlgl52w75uvrsg4",
    "MAX_MATURE":20,
    "distribution_conf":{
        "PPLNS_SIZE":20000,
        "MODEL_PERCENT":{
            "SCORE":0,
            "PPLNS":0.7,
            "PROPDIF":0.3
        },
        "SCORE_PERCENT":{
            "HASHRATE":1,
            "STDDEVS":0
        },
        "POOL_FEE":0.025
    }
}