diff options
| author | Konstantin Lebedev <lebedev_k@tochka.com> | 2021-03-10 14:02:13 +0500 |
|---|---|---|
| committer | Konstantin Lebedev <lebedev_k@tochka.com> | 2021-03-10 14:02:13 +0500 |
| commit | 831953c55c04e8fca50bffd1c45197ea065e6b60 (patch) | |
| tree | 20a87e6a01a91516d5baa48d645d40f101a644bb /weed/command/scaffold.go | |
| parent | 4bf93d6e63d6e13355ee1cb989e571c9fc6b3507 (diff) | |
| download | seaweedfs-831953c55c04e8fca50bffd1c45197ea065e6b60.tar.xz seaweedfs-831953c55c04e8fca50bffd1c45197ea065e6b60.zip | |
allowed wildcard domain
Diffstat (limited to 'weed/command/scaffold.go')
| -rw-r--r-- | weed/command/scaffold.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/command/scaffold.go b/weed/command/scaffold.go index 6893190a8..1e81d4d58 100644 --- a/weed/command/scaffold.go +++ b/weed/command/scaffold.go @@ -440,6 +440,7 @@ expires_after_seconds = 10 # seconds # the host name is not checked, so the PERM files can be shared. [grpc] ca = "" +allowed_wildcard_domain = "" # .mycompany.com [grpc.volume] cert = "" |
