Skip to content

Commit

Permalink
Disable most of the schema validation since it is all or none it seems
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Alipaz committed Oct 12, 2017
1 parent 43a6299 commit 39029cf
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions inadyn/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,7 @@
"provider": "str",
"username": "str",
"password": "str",
"hostname": "str",
"ssl": "bool",
"user_agent": "str",
"checkip_ssl": "bool",
"checkip_server": "str",
"checkip_command": "str",
"checkip_path": "str",
"custom_provider": "bool",
"ddns_server": "str",
"ddns_path": "str"
"hostname": "str"
}
]
}
Expand Down

0 comments on commit 39029cf

Please sign in to comment.