Search for database json file in /etc/fusa-gcc-plugin by default
Currently, if not specified otherwise, the plugin is looking for the
database json file valid_apis.json
in the current directory.
With this change we add an empty /etc/fusa-gcc-plugin directory to the '
rpm package, and we look for the DB file by default in
/etc/fusa-gcc-plugin/valid_apis.json
.
Resolves: #10 (closed)