Update example.yml

This commit is contained in:
syuilo 2025-12-16 19:55:16 +09:00
parent e3d5b95672
commit 99b0b436e0
1 changed files with 11 additions and 1 deletions

View File

@ -112,8 +112,18 @@ port: 3000
# Any format supported by Fastify is accepted.
# Default: trust all proxies (i.e. trustProxy: true)
# See: https://fastify.dev/docs/latest/reference/server/#trustproxy
# To improve security, we recommend that you configure your settings appropriately.
# Incorrect configuration can cause issues such as difficulty signing in,
# so please configure your settings carefully.
#
# trustProxy: 1
#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 └────────────────────────────────