...
This commit is contained in:
@@ -62,8 +62,8 @@ type JobsConfig struct {
|
||||
func DefaultConfig() Config {
|
||||
return Config{
|
||||
Redis: RedisConfig{
|
||||
TCPPort: 6378,
|
||||
UnixSocketPath: "/tmp/redis.sock",
|
||||
TCPPort: 6379,
|
||||
UnixSocketPath: "", // Empty string means use TCP only
|
||||
},
|
||||
WebDAV: WebDAVConfig{
|
||||
Config: webdavserver.DefaultConfig(),
|
||||
|
Reference in New Issue
Block a user