Update 'nlvmi.conf'

This commit is contained in:
mad 2018-11-07 15:25:48 +00:00
parent 443269c32f
commit 17762f8382
1 changed files with 6 additions and 14 deletions

View File

@ -7,12 +7,6 @@
#Loglovel 1-3, 3 is debug #Loglovel 1-3, 3 is debug
LOGLEVEL="3" LOGLEVEL="3"
#Where your images are stored like qcow2
VMDIRECTORY="/kvm|/dev/vg0"
#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"
@ -22,16 +16,14 @@ 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 #The unix user that runs php, to grant permissions on the sqlite file
PHPUSER="nobody" PHPUSER="nobody"
#Masterserver only used for remote connections #Masterserver only used for remote connections
MASTERSERVER="192.168.0.3" #MASTERSERVER="192.168.0.3"
#Path to generate nginx configs
#only mariadb settings #NGINXCONFIGPATH="/etc/nginx/nlvmi"
MARIAHOST="localhost" #command to reload nginx
MARIADB="nlvmi" #NGINXRESTARTCOMMAND="/etc/init.d/nginx restart"
MARIAUSER="root"
MARIAPASS=""