divvy-rest
Version:
A RESTful API for submitting payments and monitoring accounts on the Divvy network.
18 lines (17 loc) • 357 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": "./divvy-rest.db",
"max_transaction_fee": 1000000,
"divvyd_servers": [
"wss://s1.xdv.io:443"
]
}