mirror of
https://github.com/outbackdingo/databunker.git
synced 2026-01-27 10:18:45 +00:00
30 lines
780 B
YAML
30 lines
780 B
YAML
# Server configurations
|
|
generic:
|
|
# allow to create user object without login
|
|
create_user_without_token: true
|
|
#notification_url: "http://localhost/"
|
|
policy:
|
|
# max time to store records, untill they are deleted
|
|
max_audit_retention_period: "6m"
|
|
max_session_retention_period: "3m"
|
|
max_shareable_record_retention_period: "3m"
|
|
ssl:
|
|
# ssl configuration
|
|
ssl_certificate: "/databunker/certs/server.crt"
|
|
ssl_certificate_key: "/databunker/certs/server.key"
|
|
sms:
|
|
# default country when sending out SMSM
|
|
twilio_account: ""
|
|
twilio_token: ""
|
|
twilio_from: ""
|
|
default_country: "UK"
|
|
server:
|
|
host: "0.0.0.0"
|
|
port: 3000
|
|
smtp:
|
|
server: "smtp.eu.mailgun.org"
|
|
port: 587
|
|
user: "postmaster@mg.your-company.com"
|
|
pass: ""
|
|
sender: "bot@databunker.your-company.com"
|