Skip to content

Commit f92e8e9

Browse files
committed
fix: invalid configuration schema
1 parent 421b729 commit f92e8e9

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/pelit/plib/config.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,10 @@
1919
},
2020
"network": {
2121
"type": "object",
22-
"required": ["addr", "port"],
2322
"properties": {
2423
"base_url": {
2524
"type": "string"
2625
},
27-
"addr": {
28-
"type": "string",
29-
"anyOf": [{"format": "ipv4"}, {"format": "ipv6"}]
30-
},
31-
"port": {
32-
"type": "integer",
33-
"minimum": 1,
34-
"maximum": 65535
35-
},
3626
"hotlink_block": {
3727
"type": "boolean"
3828
},

0 commit comments

Comments
 (0)