ripple-rest-dinex
Version:
A RESTful API for submitting payments and monitoring accounts on the Ripple network.
20 lines (19 loc) • 415 B
JSON
{
"config_version": "2.0.3",
"debug": false,
"port": 5990,
"host": "0.0.0.0",
"ssl_enabled": false,
"ssl": {
"key_path": "./server.key",
"cert_path": "./server.pem",
"reject_unauthorized": true
},
"db_path": "./ripple-rest.db",
"max_transaction_fee": 1000000,
"rippled_servers": [
"wss://rippled.dinex.cl:5000",
"wss://s1.ripple.com:443",
"wss://s2.ripple.com:443"
]
}