mirror of
https://github.com/mainflux/mainflux.git
synced 2025-05-02 22:17:10 +08:00
11 lines
122 B
HCL
11 lines
122 B
HCL
![]() |
storage "file" {
|
||
|
path = "/vault/file"
|
||
|
}
|
||
|
|
||
|
listener "tcp" {
|
||
|
address = "0.0.0.0:8200"
|
||
|
tls_disable = 1
|
||
|
}
|
||
|
|
||
|
ui = true
|