mirror of https://github.com/coddrago/Heroku
Add env variables visibility to web
parent
bf80acb0d1
commit
c3296de1b6
|
@ -69,6 +69,8 @@ class Web:
|
|||
return {
|
||||
"skip_creds": self.api_token is not None,
|
||||
"tg_done": bool(self.client_data),
|
||||
"okteto": "OKTETO" in os.environ,
|
||||
"lavhost": "LAVHOST" in os.environ,
|
||||
}
|
||||
|
||||
async def check_session(self, request):
|
||||
|
|
Loading…
Reference in New Issue