all repos — todo.txt-web @ 43d313673f4a4ba7890455ba05026ad807d9e7b3

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