mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2025-03-12 16:11:43 +01:00
17 lines
514 B
Plaintext
17 lines
514 B
Plaintext
{
|
|
spacename = "fabaccess.sample.space",
|
|
instanceurl = "https://fabaccess.sample.space",
|
|
listens = [{address = "127.0.0.1"}],
|
|
certfile = "/etc/bffh/certs/bffh.crt",
|
|
keyfile = "/etc/bffh/certs/bffh.key",
|
|
mqtt_url = "mqtt://127.0.0.1:1883",
|
|
db_path = "/var/lib/bffh/bffh.db",
|
|
auditlog_path = "/var/log/bffh/audit.json",
|
|
roles = {=},
|
|
machines = {=},
|
|
actors = {=},
|
|
actor_connections = [] : List { machine : Text, initiator : Text },
|
|
initiators = {=},
|
|
init_connections = [] : List { machine : Text, initiator : Text }
|
|
}
|