Closed anum94 closed 6 years ago
the example config file is here: https://github.com/ripple/rippled-historical-database/blob/master/config/config.json.example - just copy that to config.json
in the same directory, and update it with your credentials - depending on what you are trying to do, not everything in there may be necessary.
is this file same as the config/api.config.json and config/import.config.json?
the tutorial is outdated, the only config file is config.json, and both api and import use it.
I am using the steps mentioned here : https://developers.ripple.com/data-api.html#running-the-historical-database to eventually be able to connect to the Ripple Server.
When I am running the npm install command from inside the rippled-historical-database project folder, it is not downloading the config files. It is mentioned in the tutorial that: " The install script creates the required config files: config/api.config.json and config/import.config.json "
but these files are not being created in my case.