]> Cypherpunks.ru repositories - nncp.git/blobdiff - src/ctx.go
Replace YAML with Hjson
[nncp.git] / src / ctx.go
index 03fe80e2cff2c73b05d9437b1c725b8d910beb77..0030c706d71fdb35c7edddeda60a63f0a42b627a 100644 (file)
@@ -37,8 +37,8 @@ type Ctx struct {
        LogPath    string
        Quiet      bool
        Debug      bool
-       NotifyFile *FromToYAML
-       NotifyFreq *FromToYAML
+       NotifyFile *FromToJSON
+       NotifyFreq *FromToJSON
 }
 
 func (ctx *Ctx) FindNode(id string) (*Node, error) {