Notifications Extension Configuration
Introduction
The Infinite Scale Notification extension provides …
Extensions are under development because of the |
Configuration
Environment Variables
The notifications
extension is configured via the following environment variables:
Name | Type | Default Value | Description |
---|---|---|---|
|
string |
||
|
bool |
false |
|
|
bool |
false |
|
|
string |
||
|
string |
127.0.0.1:9174 |
Bind address of the debug server, where metrics, health, config and debug endpoints will be exposed. |
|
string |
Token to secure the metrics endpoint |
|
|
bool |
false |
Enables pprof, which can be used for profiling |
|
bool |
false |
Enables zpages, which can be used for collecting and viewing traces in-me |
|
string |
127.0.0.1 |
|
|
string |
1025 |
|
|
string |
||
|
string |
||
|
string |
127.0.0.1:9233 |
|
|
string |
ocis-cluster |
|
|
string |
notifications |
|
|
string |
127.0.0.1:9142 |
CS3 gateway used to look up user metadata |
|
string |
Machine auth API key used to impersonate users when looking up their email |
Since Version: +
added, -
deprecated
YAML Example
# Autogenerated
# Filename: notifications-config-example.yaml
log:
level: ""
pretty: false
color: false
file: ""
debug:
addr: 127.0.0.1:9174
token: ""
pprof: false
zpages: false
notifications:
SMTP:
smtp_host: 127.0.0.1
smtp_port: "1025"
smtp_sender: noreply@example.com
smtp_password: ""
events:
endpoint: 127.0.0.1:9233
cluster: ocis-cluster
group: notifications
reva_gateway: 127.0.0.1:9142
machine_auth_api_key: ""