1
0
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:
GordonFreeman-BY
2022-01-24 03:16:01 +03:00
parent 01bcbbb052
commit d8b580d81b
2 changed files with 1 additions and 5 deletions

View File

@@ -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