1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-16 00:00:02 +01:00
VILLASnode/etc/examples/nodes/api.conf

12 lines
229 B
Text

nodes = {
api_node = {
type = "api"
// Additional configuration can be retrieved via Rest API call:
// curl http://localhost:80/api/v2/universal/api_node/config
my_setting = "my_value"
a = {
b = false
}
}
}