We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96f4c58 commit d7fc096Copy full SHA for d7fc096
config.py
@@ -8,4 +8,4 @@ class Config:
8
9
GH_SECRET_KEY = environ.get('GH_SECRET_KEY')
10
11
- REFRESH_PASSWORD = environ.get('REFRESH_PASSWORD', '123456')
+ REFRESH_PASSWORD = environ.get('password')
0 commit comments