2018-08-12 18:23:27 +02:00
|
|
|
##########
|
|
|
|
# This is the configuration file for the
|
|
|
|
# NativenetLightweightVMInterface
|
|
|
|
# basic settings go in here
|
|
|
|
# GPLv3
|
|
|
|
|
|
|
|
#Loglovel 1-3, 3 is debug
|
|
|
|
LOGLEVEL="3"
|
|
|
|
|
|
|
|
#Where pids and monitor sockets are getting stored
|
|
|
|
RUNDIRECTORY="/run/nlvmi"
|
|
|
|
|
|
|
|
#which database mariadb or sqlite
|
|
|
|
DATABASETYPE="sqlite"
|
|
|
|
|
|
|
|
#only sqlite settings
|
|
|
|
SQLITEFILE="/etc/nlvmi/nlvmi.sqlite"
|
2018-08-21 16:34:49 +02:00
|
|
|
|
2018-11-07 16:25:48 +01:00
|
|
|
#The unix user that runs php, to grant permissions on the sqlite file
|
2018-08-12 18:23:27 +02:00
|
|
|
PHPUSER="nobody"
|
|
|
|
|
2018-08-21 16:34:49 +02:00
|
|
|
#Masterserver only used for remote connections
|
2018-11-07 16:25:48 +01:00
|
|
|
#MASTERSERVER="192.168.0.3"
|
2018-08-12 18:23:27 +02:00
|
|
|
|
2018-11-07 16:25:48 +01:00
|
|
|
#Path to generate nginx configs
|
|
|
|
#NGINXCONFIGPATH="/etc/nginx/nlvmi"
|
|
|
|
#command to reload nginx
|
|
|
|
#NGINXRESTARTCOMMAND="/etc/init.d/nginx restart"
|
2018-08-12 18:23:27 +02:00
|
|
|
|