mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-03-12 07:45:48 +03:00
Fix auth token reading from env for ghnav-flask
This commit is contained in:
parent
da1fd6ac4b
commit
4ea27c145b
|
@ -5,5 +5,5 @@ from .application import Application
|
|||
|
||||
application = Application()
|
||||
application.config.from_yaml('config.yml')
|
||||
application.config.github.token.from_env('GITHUB_TOKEN')
|
||||
application.config.github.auth_token.from_env('GITHUB_TOKEN')
|
||||
app = application.app()
|
||||
|
|
Loading…
Reference in New Issue
Block a user