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