Manager: disable Shaman by default
The Shaman implementation isn't finished yet, so for now disable by default. That way it's at least possible to merge to the main branch.
This commit is contained in:
parent
4b9501590e
commit
65fcf1f6c9
@ -21,7 +21,7 @@ var defaultConfig = Conf{
|
||||
SSDPDiscovery: true,
|
||||
|
||||
Shaman: shaman_config.Config{
|
||||
Enabled: true,
|
||||
Enabled: false,
|
||||
FileStorePath: "./shaman-file-storage/file-store",
|
||||
CheckoutPath: "./shaman-file-storage/checkout",
|
||||
GarbageCollect: shaman_config.GarbageCollect{
|
||||
|
Loading…
x
Reference in New Issue
Block a user