diff --git a/nlvmi.conf b/nlvmi.conf index 29605c2..d17a778 100644 --- a/nlvmi.conf +++ b/nlvmi.conf @@ -7,9 +7,12 @@ #Loglovel 1-3, 3 is debug LOGLEVEL="3" -#Where your images are stored like qcow2, iso etc. +#Where your images are stored like qcow2 VMDIRECTORY="/kvm" +#Where your iso images are stored +ISODIRECTORY="/kvm/iso" + #Where pids and monitor sockets are getting stored RUNDIRECTORY="/run/nlvmi" @@ -18,6 +21,9 @@ DATABASETYPE="sqlite" #only sqlite settings SQLITEFILE="/etc/nlvmi/nlvmi.sqlite" +#The unix user that runs php, to grand permissions on the sqlite file +PHPUSER="nobody" + #only mariadb settings