back interdiff of round #1 and #0

spindle/config: add abilility to override motd #906

merged
opened by evan.jarrett.net targeting master from evan.jarrett.net/core: spindle-motd
files
spindle
REVERTED
spindle/config/config.go
··· 20 20 LogDir string `env:"LOG_DIR, default=/var/log/spindle"` 21 21 QueueSize int `env:"QUEUE_SIZE, default=100"` 22 22 MaxJobCount int `env:"MAX_JOB_COUNT, default=2"` // max number of jobs that run at a time 23 - MOTDFile string `env:"MOTD_FILE"` // optional path to custom MOTD file 24 23 } 25 24 26 25 func (s Server) Did() syntax.DID {
ERROR
spindle/server.go

Failed to calculate interdiff for this file.