aboutsummaryrefslogtreecommitdiff
path: root/weed/filer/filer_conf.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/filer/filer_conf.go')
-rw-r--r--weed/filer/filer_conf.go13
1 files changed, 7 insertions, 6 deletions
diff --git a/weed/filer/filer_conf.go b/weed/filer/filer_conf.go
index da02c5b20..bae0eac5c 100644
--- a/weed/filer/filer_conf.go
+++ b/weed/filer/filer_conf.go
@@ -13,12 +13,13 @@ import (
)
const (
- DirectoryEtcRoot = "/etc"
- DirectoryEtcSeaweedFS = "/etc/seaweedfs"
- FilerConfName = "filer.conf"
- IamConfigDirecotry = "/etc/iam"
- IamIdentityFile = "identity.json"
- IamPoliciesFile = "policies.json"
+ DirectoryEtcRoot = "/etc"
+ DirectoryEtcSeaweedFS = "/etc/seaweedfs"
+ DirectoryEtcRemote = "/etc/remote"
+ FilerConfName = "filer.conf"
+ IamConfigDirecotry = "/etc/iam"
+ IamIdentityFile = "identity.json"
+ IamPoliciesFile = "policies.json"
)
type FilerConf struct {