exlude forwarded_allow_ips

This commit is contained in:
dni ⚡
2022-11-29 20:29:08 +01:00
parent acc27a4714
commit b49545f48b

View File

@@ -21,7 +21,7 @@ def list_parse_fallback(v):
return []
read_only_variables = ["host", "port", "lnbits_commit", "lnbits_path"]
read_only_variables = ["host", "port", "lnbits_commit", "lnbits_path", "forwarded_allow_ips"]
class Settings(BaseSettings):