Commit Graph

2 Commits

Author SHA1 Message Date
aac63b7eb3 Changed config handler
Added printout when instance folder is not found.
2023-11-21 13:02:45 +01:00
77b0bcb94a Prepare API for gunicorn
It is now possible to run the API with gunicorn using
gunicorn -w 4 -b 0.0.0.0:8001 'bcnsGDSAPI:create_app()'.

Also did other small changes.
2023-11-21 12:51:35 +01:00