all repos — todo.txt-web @ 444af8de3198d8a4fe86de9e24c8c4dcac920ee4

Minimalist Web interface for todo.txt file management

config.example.yaml (view raw)

 1
 2# For server HTTPS configuration
 3server:
 4  certFilePath: certs/cert.pem
 5  keyFilePath: certs/key.pem
 6
 7# For client HTTPS authorization
 8client:
 9  cACertFilePath: ca/root-cert.pem
10
11todoPath: todo.txt