Anura is a configuration server that make dealing with configs file a lot easier
npm install anura-serversh
$ npm install anura-server -g
$ anura start
`
after these commands, Anura will start-up in port 4000 by default.
$3
After installing Anura, A new directory will be created in the /var/local folder in Linux or in %AppData% folder on windows. The installation will create an initial folder with a config.yaml file. You can also add a config_file argument in the anura start script
| Verible | Info | Type| Default |
| ------ | ------ | ------ | ------ |
| STORE_LOCATION | Where to save the config data| Path | /var/local/Anura \|$appdata%\Anura |
| HUMAN_READABLE | Save the config data in a human readable format| true/false |false |
| SERVER_PORT | The port of the config server (and it's ui) | number | 4000`|