From 5c5e0f9179bca6565d0cb9959dfd13ccb7832d57 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 11 Aug 2018 20:13:52 +0200 Subject: [PATCH] first commit of configfile --- nlvmi.conf | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 nlvmi.conf diff --git a/nlvmi.conf b/nlvmi.conf new file mode 100644 index 0000000..29605c2 --- /dev/null +++ b/nlvmi.conf @@ -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="" +