abstimm-idD/config-template.ini
2020-11-05 11:51:33 +01:00

34 lines
686 B
INI

[database]
host = localhost
database = abstimmidd
user = abstimmidd
password = changeme
[argon2]
; memory 2^19 KiB = 512 MiB
memory = 19
iterations = 5
threads = 1
length = 16
[export]
; Explanatory text at beginning of file. Placeholders:
; %t - Title
; %d - Date
; %r - Vote Round
header = Ergebnis der Abstimmung %r am %d - %t
pgpkey = ID
; if rawpath is set, the raw JSON will be saved into the directory
rawpath = /path/to/json/dir
; path in which signed files will be stored
path = /path/to/dir
; path to PDF TeX template
pdf_tmpl = /path/to/file
; synccmd can be empty, if no synchronization command is needed. Placeholders:
; %f - filename
;synccmd = rclone %f Remote:dir