diff --git a/config/config.toml b/config/config.toml deleted file mode 100644 index 85a631c..0000000 --- a/config/config.toml +++ /dev/null @@ -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" \ No newline at end of file diff --git a/config/config_example.toml b/config/config_example.toml new file mode 100644 index 0000000..20b2f4c --- /dev/null +++ b/config/config_example.toml @@ -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" diff --git a/schema b/schema index 19f20f5..cde4677 160000 --- a/schema +++ b/schema @@ -1 +1 @@ -Subproject commit 19f20f5154f0eced6288ff56cac840025ee51da1 +Subproject commit cde4677575f8e133ac764663e131c80fc891d545