chore: Fix sample value for TRUST_PROXY environment variable

This commit is contained in:
Maksim Eltyshev
2025-05-13 16:29:31 +02:00
parent 57450a7651
commit cb32ea6931
4 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ services:
# - LOG_LEVEL=warn
# - TRUST_PROXY=0
# - TRUST_PROXY=true
# - TOKEN_EXPIRES_IN=365 # In days
# related: https://github.com/knex/knex/issues/2354