diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2018-08-14 01:57:52 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-14 01:57:52 +0900 |
| commit | 1fbe5365f7ca8b913bc2f19c5e1fcdf0263ca606 (patch) | |
| tree | 3a09b283d36a1891d75297c61d89f899d978494b | |
| parent | Update package.json (diff) | |
| download | misskey-1fbe5365f7ca8b913bc2f19c5e1fcdf0263ca606.tar.gz misskey-1fbe5365f7ca8b913bc2f19c5e1fcdf0263ca606.tar.bz2 misskey-1fbe5365f7ca8b913bc2f19c5e1fcdf0263ca606.zip | |
Update example.yml
| -rw-r--r-- | .config/example.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/example.yml b/.config/example.yml index b84a50c525..a4f3c0036e 100644 --- a/.config/example.yml +++ b/.config/example.yml @@ -64,7 +64,7 @@ drive: # config: # endPoint: # port: - # secure: + # useSSL: # accessKey: # secretKey: @@ -75,7 +75,7 @@ drive: # config: # endPoint: s3-us-west-2.amazonaws.com # region: us-west-2 - # secure: true + # useSSL: true # accessKey: XXX # secretKey: YYY @@ -87,7 +87,7 @@ drive: # config: # endPoint: s3-us-west-2.amazonaws.com # region: us-west-2 - # secure: true + # useSSL: true # accessKey: XXX # secretKey: YYY |