From 0c9494d2c6e3e6099178d76100bcaada63ad74d1 Mon Sep 17 00:00:00 2001 From: Sebastian Reichel Date: Tue, 3 Oct 2017 20:11:47 +0200 Subject: add example configuration file --- example.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 example.cfg diff --git a/example.cfg b/example.cfg new file mode 100644 index 0000000..1d52d06 --- /dev/null +++ b/example.cfg @@ -0,0 +1,20 @@ +[DATABASE] +file = /path/to/shop.db +[INPUT] +device = /dev/input/by-id/path-to-barcode-scanner +[MAIL] +server = mail.server.example.com +port = 587 +username = shop-system@server.example.com +password = my_top_secret_password +starttls = true +[AUDIO] +path = /path/to/sounds/ +[PGP] +keyring = /path/to/keyring/ +keyid = 0x12345678 +[WEB] +filepath = /path/to/web/templates/ +port = 8080 +[INVOICE] +datadir = /path/to/invoice/ -- cgit v1.2.3