flaskbb icon indicating copy to clipboard operation
flaskbb copied to clipboard

Config loader gives up even if a config file is specified in FLASKBB_SETTINGS

Open gordonjcp opened this issue 4 years ago • 0 comments

Even if you specify a path to a config file, flaskbb will report an error

[!] No 'flaskbb.cfg' config found. You can generate a configuration file with 'flaskbb makeconfig'.

This is to do with the app loader in app.py, and possibly utils/helpers.py get_flaskbb_config()

gordonjcp avatar Sep 20 '21 19:09 gordonjcp