1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# SMSKit default configuration
# Override per-environment in config/{development,staging,production}.toml
# or via SMSKIT_ prefixed environment variables (e.g. SMSKIT__SERVER__PORT=8080)
[]
= "0.0.0.0"
= 3000
= 30
[]
# Uncomment and fill in credentials for providers you use.
# [providers.plivo]
# auth_id = ""
# auth_token = ""
# verify_signatures = true
# [providers.twilio]
# account_sid = ""
# auth_token = ""
# verify_signatures = true
# [providers.aws_sns]
# access_key_id = ""
# secret_access_key = ""
# region = "us-east-1"
[]
= true
= 1048576 # 1 MB
= 30
[]
= "info"
= "json"
[]
= true
= 100
= 10