|
|
@ -112,29 +112,29 @@ |
|
|
/* |
|
|
/* |
|
|
* The host name to your email server. |
|
|
* The host name to your email server. |
|
|
*/ |
|
|
*/ |
|
|
"server": "", |
|
|
"server": "", |
|
|
/* |
|
|
/* |
|
|
* The sender email address. |
|
|
* The sender email address. |
|
|
*/ |
|
|
*/ |
|
|
"sender": "hello@squidex.io", |
|
|
"sender": "hello@squidex.io", |
|
|
/* |
|
|
/* |
|
|
* The username to authenticate to your email server. |
|
|
* The username to authenticate to your email server. |
|
|
*/ |
|
|
*/ |
|
|
"username": "", |
|
|
"username": "", |
|
|
/* |
|
|
/* |
|
|
* The password to authenticate to your email server. |
|
|
* The password to authenticate to your email server. |
|
|
*/ |
|
|
*/ |
|
|
"password": "", |
|
|
"password": "", |
|
|
/* |
|
|
/* |
|
|
* Always use SSL if possible. |
|
|
* Always use SSL if possible. |
|
|
*/ |
|
|
*/ |
|
|
|
|
|
|
|
|
"enableSsl": true, |
|
|
"enableSsl": true, |
|
|
/* |
|
|
/* |
|
|
* The port to your email server. |
|
|
* The port to your email server. |
|
|
*/ |
|
|
*/ |
|
|
"port": 465 |
|
|
"port": 465 |
|
|
}, |
|
|
}, |
|
|
"notifications": { |
|
|
"notifications": { |
|
|
/* |
|
|
/* |
|
|
* The email subject when a new user is added as contributor. |
|
|
* The email subject when a new user is added as contributor. |
|
|
@ -522,9 +522,17 @@ |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
/* |
|
|
/* |
|
|
*Kafka Producer configuration |
|
|
* Kafka Producer configuration |
|
|
*/ |
|
|
*/ |
|
|
"kafka": { |
|
|
"kafka": { |
|
|
"bootstrapServers": "" |
|
|
"bootstrapServers": "" |
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
/* |
|
|
|
|
|
* The client information for twitter. |
|
|
|
|
|
*/ |
|
|
|
|
|
"twitter": { |
|
|
|
|
|
"clientId": "QZhb3HQcGCvE6G8yNNP9ksNet", |
|
|
|
|
|
"clientSecret": "Pdu9wdN72T33KJRFdFy1w4urBKDRzIyuKpc0OItQC2E616DuZD" |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|