Signed-off-by: Evan Jarrett evan@evanjarrett.com
REVERTED
spindle/config/config.go
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
ERROR
spindle/server.go
Failed to calculate interdiff for this file.