105 lines
1.1 KiB
TOML
105 lines
1.1 KiB
TOML
[cors.allowed_origins]
|
|
values = "*"
|
|
|
|
[jwt.signing]
|
|
key = ""
|
|
expires_after_seconds = 10
|
|
|
|
[access]
|
|
ui = false
|
|
|
|
[filer.expose_directory_metadata]
|
|
enabled = true
|
|
|
|
[jwt.signing.read]
|
|
key = ""
|
|
expires_after_seconds = 10
|
|
|
|
[jwt.filer_signing]
|
|
key = ""
|
|
expires_after_seconds = 10
|
|
|
|
[jwt.filer_signing.read]
|
|
key = ""
|
|
expires_after_seconds = 10
|
|
|
|
[grpc]
|
|
ca = ""
|
|
allowed_wildcard_domain = ""
|
|
|
|
[grpc.volume]
|
|
cert = ""
|
|
key = ""
|
|
allowed_commonNames = ""
|
|
|
|
[grpc.master]
|
|
cert = ""
|
|
key = ""
|
|
allowed_commonNames = ""
|
|
|
|
[grpc.filer]
|
|
cert = ""
|
|
key = ""
|
|
allowed_commonNames = ""
|
|
|
|
[grpc.s3]
|
|
cert = ""
|
|
key = ""
|
|
allowed_commonNames = ""
|
|
|
|
[grpc.admin]
|
|
cert = ""
|
|
key = ""
|
|
allowed_commonNames = ""
|
|
|
|
[grpc.worker]
|
|
cert = ""
|
|
key = ""
|
|
allowed_commonNames = ""
|
|
|
|
[grpc.client]
|
|
cert = ""
|
|
key = ""
|
|
|
|
[https.client]
|
|
enabled = false
|
|
cert = ""
|
|
key = ""
|
|
ca = ""
|
|
insecure_skip_verify = false
|
|
|
|
[https.volume]
|
|
cert = ""
|
|
key = ""
|
|
ca = ""
|
|
|
|
[https.master]
|
|
cert = ""
|
|
key = ""
|
|
ca = ""
|
|
|
|
[https.filer]
|
|
cert = ""
|
|
key = ""
|
|
ca = ""
|
|
|
|
[https.admin]
|
|
cert = ""
|
|
key = ""
|
|
ca = ""
|
|
|
|
[admin]
|
|
user = ""
|
|
password = ""
|
|
|
|
[admin.readonly]
|
|
user = ""
|
|
password = ""
|
|
|
|
[s3.sse]
|
|
kek = ""
|
|
key = ""
|
|
|
|
[guard]
|
|
white_list = ""
|