added config variables
This commit is contained in:
parent
abcc43367d
commit
098b8f2a2e
|
@ -7,9 +7,12 @@
|
||||||
#Loglovel 1-3, 3 is debug
|
#Loglovel 1-3, 3 is debug
|
||||||
LOGLEVEL="3"
|
LOGLEVEL="3"
|
||||||
|
|
||||||
#Where your images are stored like qcow2, iso etc.
|
#Where your images are stored like qcow2
|
||||||
VMDIRECTORY="/kvm"
|
VMDIRECTORY="/kvm"
|
||||||
|
|
||||||
|
#Where your iso images are stored
|
||||||
|
ISODIRECTORY="/kvm/iso"
|
||||||
|
|
||||||
#Where pids and monitor sockets are getting stored
|
#Where pids and monitor sockets are getting stored
|
||||||
RUNDIRECTORY="/run/nlvmi"
|
RUNDIRECTORY="/run/nlvmi"
|
||||||
|
|
||||||
|
@ -18,6 +21,9 @@ DATABASETYPE="sqlite"
|
||||||
|
|
||||||
#only sqlite settings
|
#only sqlite settings
|
||||||
SQLITEFILE="/etc/nlvmi/nlvmi.sqlite"
|
SQLITEFILE="/etc/nlvmi/nlvmi.sqlite"
|
||||||
|
#The unix user that runs php, to grand permissions on the sqlite file
|
||||||
|
PHPUSER="nobody"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#only mariadb settings
|
#only mariadb settings
|
||||||
|
|
Loading…
Reference in New Issue