Add SYSTEM_NOTIFICATIONS variables

Luka Murn 2019-02-20 11:51:47 +01:00
parent 3d61b3820f
commit 162ff53a7e

@ -139,4 +139,6 @@ The following section describes all available environmental variables for SciNot
| EXPORT_ALL_LIMIT_24_HOURS | No | The maximum number of project exports allowed per user per day. Defaults to `3`. `0` value means infinite exports per day, while e.g. `-1` can be used to disable the feature. |
| TRUSTED_IP | No | If using `better errors` gem in development mode, this should be set to local IP (e.g. `'172.17.0.1'`). |
| NEW_RELIC_LICENSE_KEY | No | [New Relic](https://newrelic.com/) code metrics license key, in case you want to log code metrics with New Relic service. |
| NO_TIKA_SERVER | No | Prevents Apache Tika text extractor from running as a daemon |
| NO_TIKA_SERVER | No | Prevents Apache Tika text extractor from running as a daemon |
| SYSTEM_NOTIFICATIONS_URI | No | The URI endpoint of the service to retrieve system notifications from. |
| SYSTEM_NOTIFICATIONS_CHANNEL | No | The channel from which to retrieve system notifications. |