first commit of configfile
This commit is contained in:
parent
525277385e
commit
5c5e0f9179
|
@ -0,0 +1,28 @@
|
||||||
|
##########
|
||||||
|
# This is the configuration file for the
|
||||||
|
# NativenetLightweightVMInterface
|
||||||
|
# basic settings go in here
|
||||||
|
# GPLv3
|
||||||
|
|
||||||
|
#Loglovel 1-3, 3 is debug
|
||||||
|
LOGLEVEL="3"
|
||||||
|
|
||||||
|
#Where your images are stored like qcow2, iso etc.
|
||||||
|
VMDIRECTORY="/kvm"
|
||||||
|
|
||||||
|
#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"
|
||||||
|
|
||||||
|
|
||||||
|
#only mariadb settings
|
||||||
|
MARIAHOST="localhost"
|
||||||
|
MARIADB="nlvmi"
|
||||||
|
MARIAUSER="root"
|
||||||
|
MARIAPASS=""
|
||||||
|
|
Loading…
Reference in New Issue