From 2ed607ae0ebbd8c223c2ecb12c60ee16b019a5fa Mon Sep 17 00:00:00 2001 From: stremovsky Date: Sun, 15 Dec 2019 00:25:15 +0200 Subject: [PATCH] default config file updated --- databunker.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/databunker.yaml b/databunker.yaml index 93d380c..a999dca 100644 --- a/databunker.yaml +++ b/databunker.yaml @@ -5,9 +5,9 @@ generic: #notification_url: "http://localhost/" sms: # default country when sending out SMSM - twilio_account: "AC" - twilio_token: "af" - twilio_from: "+180" + twilio_account: "" + twilio_token: "" + twilio_from: "" default_country: "UK" server: host: "localhost" @@ -16,5 +16,5 @@ smtp: server: "smtp.eu.mailgun.org" port: 587 user: "postmaster@mg.your-company.com" - pass: "b6" - sender: "botdatabunker.your-company.com" + pass: "" + sender: "bot@databunker.your-company.com"