We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25f783c commit 3708df2Copy full SHA for 3708df2
1 file changed
gallery/__init__.py
@@ -57,7 +57,7 @@
57
if os.path.exists(os.path.join(os.getcwd(), "config.py")):
58
app_config.from_pyfile(os.path.join(os.getcwd(), "config.py"))
59
else:
60
- app_config.from_pyfile(os.path.join(os.getcwd(), "localconfig.env.py"))
+ app_config.from_pyfile(os.path.join(os.getcwd(), "config.env.py"))
61
app.config.update(app_config)
62
63
db: SQLAlchemy = SQLAlchemy(app)
0 commit comments