added config variables

This commit is contained in:
mad 2018-08-12 15:20:03 +02:00
parent abcc43367d
commit 098b8f2a2e
1 changed files with 7 additions and 1 deletions

View File

@ -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