diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-12-17 09:08:22 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-12-17 09:08:22 +0900 |
| commit | c893f85864cdfbc9c12d1a73b31037a9ebfd749e (patch) | |
| tree | 348f1f5598051e3681e41940b51886828c1f25ad | |
| parent | Update CHANGELOG.md (diff) | |
| download | misskey-c893f85864cdfbc9c12d1a73b31037a9ebfd749e.tar.gz misskey-c893f85864cdfbc9c12d1a73b31037a9ebfd749e.tar.bz2 misskey-c893f85864cdfbc9c12d1a73b31037a9ebfd749e.zip | |
Update example.yml
| -rw-r--r-- | .config/example.yml | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/.config/example.yml b/.config/example.yml index 2d1e82ee0b..1c07c4bc16 100644 --- a/.config/example.yml +++ b/.config/example.yml @@ -116,14 +116,13 @@ port: 3000 # Incorrect configuration can cause issues such as difficulty signing in, # so please configure your settings carefully. # -#trustProxy: [ -# '10.0.0.0/8' -# '172.16.0.0/12' -# '192.168.0.0/16' -# '127.0.0.1/32' -# '::1/128' -# 'fc00::/7' -#] +#trustProxy: +# - '10.0.0.0/8' +# - '172.16.0.0/12' +# - '192.168.0.0/16' +# - '127.0.0.1/32' +# - '::1/128' +# - 'fc00::/7' # ┌──────────────────────────┐ #───┘ PostgreSQL configuration └──────────────────────────────── |