You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -305,6 +305,8 @@ my-python:
305
305
306
306
- `MODE`to specify the deployment mode. Can be `development` as well as `production`. Defaults to `production`
307
307
308
+
- `LOG_EXCEPTIONS`set to any value to add a catch-all Flask errorhandler that logs exceptions rather than just returning them, to aid with debugging. Is not on by default in development as it may prevent custom errorhandlers in you app from being reached.
309
+
308
310
- `MU_SPARQL_ENDPOINT`is used to configure the SPARQL endpoint.
309
311
310
312
- By default this is set to `http://database:8890/sparql`. In that case the triple store used in the backend should be linked to the microservice container as `database`.
0 commit comments