We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6205cd1 commit d346171Copy full SHA for d346171
servicex_codegen/__init__.py
@@ -58,10 +58,8 @@ def create_app(test_config=None, provided_translator=None):
58
if test_config:
59
app.config.from_mapping(test_config)
60
else:
61
- if 'APP_CONFIG_FILE' in os.environ:
62
- app.config.from_envvar('APP_CONFIG_FILE')
63
- if 'CODEGEN_CONFIG_FILE' in os.environ:
64
- app.config.from_envvar('CODEGEN_CONFIG_FILE')
+ if 'TRANSFORMER_SCIENCE_IMAGE' in os.environ:
+ app.config.from_envvar('TRANSFORMER_SCIENCE_IMAGE')
65
66
with app.app_context():
67
translator = provided_translator
0 commit comments