From 0513f59f10eb2b60ecb32cb68f7add19ec623177 Mon Sep 17 00:00:00 2001 From: Holger Cremer Date: Sun, 26 Aug 2018 19:34:41 +0200 Subject: updates the docker configuration for the new project layout --- docker/config.ini | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 docker/config.ini (limited to 'docker/config.ini') diff --git a/docker/config.ini b/docker/config.ini new file mode 100644 index 0000000..17e88ba --- /dev/null +++ b/docker/config.ini @@ -0,0 +1,44 @@ +[GENERAL] +longname = Kreativität trifft Technik e.V. +shortname = KTT +spacename = Mainframe +datapath = /usr/share/shopsystem/ +[DATABASE] +#file = /var/lib/shopsystem/shopsystem.db +file = /mnt/serial-barcode-scanner/dev-shop.db +[INPUT] +# use ignore if you have no device (this skips the input feature) +#barcodescanner = /dev/barcodescanner +barcodescanner = ignore +; rfidreader = /dev/rfidreader +rfidreader = ignore +[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