exlude forwarded_allow_ips
This commit is contained in:
parent
acc27a4714
commit
b49545f48b
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue