We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 421b729 commit f92e8e9Copy full SHA for f92e8e9
src/pelit/plib/config.py
@@ -19,20 +19,10 @@
19
},
20
"network": {
21
"type": "object",
22
- "required": ["addr", "port"],
23
"properties": {
24
"base_url": {
25
"type": "string"
26
27
- "addr": {
28
- "type": "string",
29
- "anyOf": [{"format": "ipv4"}, {"format": "ipv6"}]
30
- },
31
- "port": {
32
- "type": "integer",
33
- "minimum": 1,
34
- "maximum": 65535
35
36
"hotlink_block": {
37
"type": "boolean"
38
0 commit comments