all repos — todo.txt-web @ 36df3237dfb386e6610e4ff56381edd5023099fd

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