all repos — todo.txt-web @ a795cba0c655a10601ab9ab5a44bb76e0b82108a

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