From f77ef3ceb3b828724a60c4838b3524e8f7c5115b Mon Sep 17 00:00:00 2001 From: Sebastian Reichel Date: Sat, 14 Jul 2018 19:33:03 +0200 Subject: Debian packaging --- data/config/config.ini | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 data/config/config.ini (limited to 'data/config/config.ini') diff --git a/data/config/config.ini b/data/config/config.ini new file mode 100644 index 0000000..a1ca357 --- /dev/null +++ b/data/config/config.ini @@ -0,0 +1,41 @@ +[GENERAL] +longname = Kreativität trifft Technik e.V. +shortname = KTT +spacename = Mainframe +datapath = /usr/share/shopsystem/ +[DATABASE] +file = /var/lib/shopsystem/shopsystem.db +[INPUT] +# use ignore if you have no device (this skips the input feature) +barcodescanner = /dev/barcodescanner +rfidreader = /dev/rfidreader +[MAIL] +# You can specify username + password, but it is recommended to use +# a local mailserver (e.g. postfix or exim4) as relay server, that +# queues your mails and will resend them if there is a temporary +# network outage +server = 127.0.0.1 +port = 25 +starttls = false +mailfromaddress = shop@kreativitaet-trifft-technik.de +treasurermailaddress = shop-einzug@kreativitaet-trifft-technik.de +[PGP] +keyring = /path/to/keyring/ +keyid = 0x12345678 +[WEB] +# You can enable TLS, but it is recommended to use a reverse proxy +# (e.g. nginx, lighttpd or apache) instead. +port = 8080 +[INVOICE] +vat = no +addressrow = Kreativität trifft Technik e.V., Bahnhofsplatz 10, 26122 Oldenburg +footer1 = Kreativität trifft Technik e.V.\nAmtsgericht Oldenburg VR 201044\n\nHackspace „Mainframe“\nFabLab „Fab-O-Lab“\nSchnittstelle „Schnittstelle“\n\nBahnhofsplatz 10 • 26122 Oldenburg +footer2 = Raiffeisenbank Oldenburg\nIBAN: DE34 2806 0228 0037 0185 00\nBIC: GENODEF1OL2\n\n\nFinanzamt Oldenburg\nAls gemeinnützig anerkannt.\nSteuer Nr.: 64/220/18413 +footer3 = Mail: vorstand@kreativitaet-trifft-technik.de\nWeb: www.kreativitaet-trifft-technik.de\n\n\n\nBGB-Vorstand:\nPatrick Günther, Jan Janssen, Andre Schäfer, Lars Hüsemann +[JVEREIN] +membership_number = intern +[MQTT] +broker = spacegate.mainframe.lan +topic = /access-control-system/space-state +displayOn = open +displayOff = close -- cgit v1.2.3