From: Andrey Paskal Date: Fri, 27 Oct 2017 09:25:53 +0000 (+0300) Subject: RC file example X-Git-Url: https://gitweb.ananas.su/?a=commitdiff_plain;h=9a89e3506e9592f4328d7bfeecf10c8086ba71e7;p=projects%2Fananas-labs-qt4.git RC file example --- diff --git a/applications/inventory/ananasrc b/applications/inventory/ananasrc new file mode 100644 index 0000000..c86f9ef --- /dev/null +++ b/applications/inventory/ananasrc @@ -0,0 +1,25 @@ +# Comments allowed here! + +# Database file of internal (sqlite) type +dbname=inventory.db +dbtype=internal + +# no authentication and connection params required for internal database type +dbpass= +dbuser= +dbhost= +dbport= + +# User gets this name in selection dialog on Ananas start up +dbtitle=Inventory application caption + +# CHANGE THIS +# Change this to point to application file on you host +configfile=/home/app/ananas/inventory/inventory.cfg + +# CHANGE THIS +# Log file will be created here. +workdir=/home/app/ananas/inventory + +# debug levels: 0 - show errors only, 1 - show errors and info messages, 2 - show errors, info and debug messages +debug=2