kerberos-io / web

(DEPRECATED) An open source GUI to configure the machinery and to view events that were detected by the machinery.
https://www.kerberos.io
226 stars 69 forks source link

parameter config in app.php can't be changed at all #38

Closed Orabig closed 8 years ago

Orabig commented 8 years ago

config = /etc/opt/kerberosio/config by default

It's pointless to change this parameter, as there is no way AFAIK to change this path in the machinery. Am I wrong ?

cedricve commented 8 years ago

When doing make install it will move the configuration files to that directory on the filesystem. However it can be possible that a user doesn't want to install the project so only make the project. My conclusion: It wouldn't be a good idea to hardcode this..

What do you think?

Orabig commented 8 years ago

Good point. I close this one. (In fact, the title was not well chosen. My main point here was that I wondered how to change the machinery config path)