mirror of
https://github.com/optim-enterprises-bv/databunker.git
synced 2025-10-31 18:07:47 +00:00
default config file updated
This commit is contained in:
@@ -5,9 +5,9 @@ generic:
|
|||||||
#notification_url: "http://localhost/"
|
#notification_url: "http://localhost/"
|
||||||
sms:
|
sms:
|
||||||
# default country when sending out SMSM
|
# default country when sending out SMSM
|
||||||
twilio_account: "AC"
|
twilio_account: ""
|
||||||
twilio_token: "af"
|
twilio_token: ""
|
||||||
twilio_from: "+180"
|
twilio_from: ""
|
||||||
default_country: "UK"
|
default_country: "UK"
|
||||||
server:
|
server:
|
||||||
host: "localhost"
|
host: "localhost"
|
||||||
@@ -16,5 +16,5 @@ smtp:
|
|||||||
server: "smtp.eu.mailgun.org"
|
server: "smtp.eu.mailgun.org"
|
||||||
port: 587
|
port: 587
|
||||||
user: "postmaster@mg.your-company.com"
|
user: "postmaster@mg.your-company.com"
|
||||||
pass: "b6"
|
pass: ""
|
||||||
sender: "botdatabunker.your-company.com"
|
sender: "bot@databunker.your-company.com"
|
||||||
|
|||||||
Reference in New Issue
Block a user