package main
type FileConfiguration struct {
LogFile string
NodataInterval int `json:"nodata_interval"` // in seconds
}