Fix data path

This commit is contained in:
Benedikt Kulmann
2020-08-19 10:20:53 +02:00
parent 3cb272e76e
commit acff61c406
5 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ type Asset struct {
// Storage defines the available storage configuration.
type Storage struct {
RootMountPath string
DataPath string
}
// TokenManager is the config for using the reva token manager