espend-rest
Version:
A RESTful API for submitting payments and monitoring accounts on the eSpend network.
18 lines (17 loc) • 364 B
JSON
{
"config_version": "2.0.3",
"debug": false,
"port": 5990,
"host": "localhost",
"ssl_enabled": false,
"ssl": {
"key_path": "./certs/server.key",
"cert_path": "./certs/server.crt",
"reject_unauthorized": true
},
"db_path": "./espend-rest.db",
"max_transaction_fee": 1000000,
"rippled_servers": [
"wss://d.espendd.com:6060"
]
}