mirror of
https://github.com/civsocit/olgram.git
synced 2025-12-17 01:06:18 +00:00
Remove host varible from web server.
This commit is contained in:
@@ -54,10 +54,6 @@ class ServerSettings(AbstractSettings):
|
||||
def hook_port(cls) -> int:
|
||||
return int(cls._get_env("WEBHOOK_PORT"))
|
||||
|
||||
@classmethod
|
||||
def app_host(cls) -> str:
|
||||
return "olgram"
|
||||
|
||||
@classmethod
|
||||
def app_port(cls) -> int:
|
||||
return 80
|
||||
|
||||
Reference in New Issue
Block a user