Moved app part to web package
This commit is contained in:
@@ -47,7 +47,7 @@ _base_url = getenv('LTLNOTIFIER_BASE_URL')
|
||||
if not _base_url:
|
||||
raise ConfigError('virtual environment LTLNOTIFIER_BASE_URL not set')
|
||||
|
||||
_port = getenv('LTLNOTIFIER_PORT')
|
||||
_port = getenv('LTLNOTIFIER_PORT', default='')
|
||||
_port = int(_port) if _port.isdigit() else 3001
|
||||
|
||||
config = Config(teletoken=_teletoken,
|
||||
|
||||
Reference in New Issue
Block a user