mirror of
https://gitlab.com/fabinfra/fabaccess/fabfire_adapter.git
synced 2025-03-12 23:01:44 +01:00
Changed Config to Example
This commit is contained in:
parent
ee70b9dd3d
commit
b5c179eafd
@ -1,16 +0,0 @@
|
||||
[mqtt]
|
||||
hostname = "127.0.0.1"
|
||||
port = 1883
|
||||
|
||||
[bffhd]
|
||||
hostname = "127.0.0.1"
|
||||
port = 59661
|
||||
|
||||
[readers]
|
||||
[readers.00001]
|
||||
id = "00001"
|
||||
machine = "urn:fabaccess:resource:Yetmore"
|
||||
|
||||
[readers.00002]
|
||||
id = "00002"
|
||||
machine = "urn:fabaccess:resource:MachineA2"
|
16
config/config_example.toml
Normal file
16
config/config_example.toml
Normal file
@ -0,0 +1,16 @@
|
||||
[mqtt]
|
||||
hostname = "192.168.178.31"
|
||||
port = 1883
|
||||
|
||||
[bffhd]
|
||||
hostname = "192.168.178.31"
|
||||
port = 59662
|
||||
|
||||
[readers]
|
||||
[readers.abc]
|
||||
id = "001"
|
||||
machine = "urn:fabaccess:resource:Testmachine"
|
||||
|
||||
[readers.def]
|
||||
id = "222"
|
||||
machine = "urn:fabaccess:resource:Another"
|
2
schema
2
schema
@ -1 +1 @@
|
||||
Subproject commit 19f20f5154f0eced6288ff56cac840025ee51da1
|
||||
Subproject commit cde4677575f8e133ac764663e131c80fc891d545
|
Loading…
x
Reference in New Issue
Block a user