diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-02-06 19:36:44 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-02-06 19:36:44 +0900 |
| commit | 66fa583f6e0f7b476bf6f9ee2c23dde30c718804 (patch) | |
| tree | 5facd506e7a465d64a73fe1f50716e4d0828ec06 /.config/example.yml | |
| parent | Rename clusterLog to clusterLogger (#4167) (diff) | |
| download | misskey-66fa583f6e0f7b476bf6f9ee2c23dde30c718804.tar.gz misskey-66fa583f6e0f7b476bf6f9ee2c23dde30c718804.tar.bz2 misskey-66fa583f6e0f7b476bf6f9ee2c23dde30c718804.zip | |
Update example.yml
Diffstat (limited to '.config/example.yml')
| -rw-r--r-- | .config/example.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/example.yml b/.config/example.yml index 036f59052f..70c096baa1 100644 --- a/.config/example.yml +++ b/.config/example.yml @@ -108,5 +108,8 @@ autoAdmin: true # port: 9200 # pass: null +# Whether disable HSTS +#disableHsts: true + # Clustering #clusterLimit: 1 |