This commit is contained in:
Eugene Pankov
2021-06-28 09:32:13 +02:00
parent df108d9071
commit 6bd5aff8b7
9 changed files with 124 additions and 11 deletions

View File

@@ -157,6 +157,7 @@ for key in [
'GITHUB_SPONSORS_USER',
'GITHUB_SPONSORS_MIN_PAYMENT',
'GITHUB_TOKEN',
'ENABLE_LOGIN',
]:
globals()[key] = os.getenv(key)