Skip to content

Commit

Permalink
Merge branch 'dev' into 482-OPS-envVars
Browse files Browse the repository at this point in the history
  • Loading branch information
sellnat77 authored Apr 1, 2020
2 parents 5fb0aa4 + 7e926ee commit f8a178c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ def environment_overrides():
if os.environ.get('GITHUB_TOKEN', None):
app.config['Settings']['Github']['GITHUB_TOKEN'] =\
os.environ.get('GITHUB_TOKEN')
if os.environ.get('PROJECT_URL', None):
app.config['Settings']['Github']['PROJECT_URL'] =\
os.environ.get('PROJECT_URL')


def configure_app():
Expand Down

0 comments on commit f8a178c

Please sign in to comment.