Hi all,
I'm running a software tool that requires a database path to NR database in the configuration yaml file, see snippet of yaml below:
---
max_threads: 4
# DB path
nr_db_path: [nr]
the issue I'm having is that I don't have the storage space to download the NR database on my computer. Is there any way to link the database without having to install it locally?
Thanks!