certtools / intelmq-api

FastAPI-based API for the IntelMQ project
https://docs.intelmq.org/latest/user/api/
1 stars 7 forks source link

Harmonize configuration directory with intelmq #12

Closed ghost closed 3 years ago

ghost commented 3 years ago

At the moment intelmq-api uses ${PREFIX}/etc/intelmq-api/ for its configuration files- maybe we should change that to ${PREFIX}/etc/intelmq/api to have all the intelmq relevant files in one configuration directory. Also the positions.conf of the manager is by default in ${PREFIX}/etc/intelmq/manager/.

That should happen before a stable release.