You've already forked RekomenciBackend
add tests and docker infra
This commit is contained in:
@@ -31,6 +31,10 @@ class ServerConfiguration:
|
||||
port: int
|
||||
access_log: bool
|
||||
|
||||
@property
|
||||
def url(self) -> str:
|
||||
return f"http://{self.host}:{self.port}"
|
||||
|
||||
|
||||
@to_configuration
|
||||
class Configuration:
|
||||
|
||||
Reference in New Issue
Block a user