Compare commits
2 Commits
37ec05bf3b
...
fcd1ae78c3
Author | SHA1 | Date | |
---|---|---|---|
fcd1ae78c3
|
|||
ec1b4100a3
|
@@ -2,7 +2,7 @@ app_name: carrramba-encore-rate
|
|||||||
clear_static_data: false
|
clear_static_data: false
|
||||||
|
|
||||||
http:
|
http:
|
||||||
host: 0.0.0.0
|
host: 127.0.0.1
|
||||||
port: 8080
|
port: 8080
|
||||||
cert: ./config/cert.pem
|
cert: ./config/cert.pem
|
||||||
|
|
||||||
|
@@ -205,7 +205,7 @@ class Line(Struct):
|
|||||||
|
|
||||||
Lines = dict[str, Line]
|
Lines = dict[str, Line]
|
||||||
|
|
||||||
Destinations = dict[str, set[str]]
|
Destinations = dict[int, set[str]]
|
||||||
|
|
||||||
|
|
||||||
# TODO: Set structs frozen
|
# TODO: Set structs frozen
|
||||||
|
Reference in New Issue
Block a user