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