mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-15 09:34:29 +08:00
Add SYSTEM_NOTIFICATIONS variables
parent
3d61b3820f
commit
162ff53a7e
1 changed files with 3 additions and 1 deletions
|
@ -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. |
|
Loading…
Add table
Reference in a new issue