File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -148,6 +148,7 @@ public async Task StartApplication()
148
148
_configurationService . SetupGet ( p => p . Configurations . HostDatabaseStorageMount ) . Returns ( "/database" ) ;
149
149
_configurationService . SetupGet ( p => p . Configurations . HostDataStorageMount ) . Returns ( "/storage" ) ;
150
150
_configurationService . SetupGet ( p => p . Configurations . HostLogsStorageMount ) . Returns ( "/logs" ) ;
151
+ _configurationService . SetupGet ( p => p . Configurations . HostPlugInsStorageMount ) . Returns ( "/plug-ins" ) ;
151
152
_configurationService . SetupGet ( p => p . Configurations . TempStoragePath ) . Returns ( "/tempdata" ) ;
152
153
_configurationService . SetupGet ( p => p . Configurations . LogStoragePath ) . Returns ( "/templogs" ) ;
153
154
Original file line number Diff line number Diff line change 43
43
"accessKey" : " admin" ,
44
44
"accessToken" : " password" ,
45
45
"securedConnection" : false ,
46
- "region" : " local"
46
+ "region" : " local" ,
47
+ "executableLocation" : " /bin/mc" ,
48
+ "serviceName" : " MinIO"
47
49
}
48
50
}
49
51
},
You can’t perform that action at this time.
0 commit comments