mirror of
https://github.com/JasonHHouse/gaps.git
synced 2026-01-30 15:19:08 -06:00
Removing passwords/webhooks
This commit is contained in:
@@ -25,7 +25,7 @@ public class EmailNotificationAgent implements NotificationAgent {
|
||||
public EmailNotificationAgent(IoService ioService) {
|
||||
this.ioService = ioService;
|
||||
username = "jh5975";
|
||||
password = "ibgbtwiwrwloecnp";
|
||||
password = "";
|
||||
mailTo = "jh5975@gmail.com";
|
||||
mailFrom = "jh5975@gmail.com";
|
||||
mailSender = getJavaMailSender();
|
||||
|
||||
@@ -26,7 +26,7 @@ public class SlackNotificationAgent implements NotificationAgent {
|
||||
|
||||
public SlackNotificationAgent(IoService ioService) {
|
||||
this.ioService = ioService;
|
||||
this.webHookUrl = "https://hooks.slack.com/services/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";
|
||||
this.webHookUrl = "";
|
||||
|
||||
client = new OkHttpClient.Builder()
|
||||
.connectTimeout(TIMEOUT, TimeUnit.MILLISECONDS)
|
||||
|
||||
Reference in New Issue
Block a user