Skip to content

Commit d7fc096

Browse files
authored
Update config.py
add password as env variable.
1 parent 96f4c58 commit d7fc096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ class Config:
88

99
GH_SECRET_KEY = environ.get('GH_SECRET_KEY')
1010

11-
REFRESH_PASSWORD = environ.get('REFRESH_PASSWORD', '123456')
11+
REFRESH_PASSWORD = environ.get('password')

0 commit comments

Comments
 (0)