runtime/env_manager/config/environments/ground_true.lua

15 lines
348 B
Lua
Raw Normal View History

-- environment configuraiton
GROUND_TRUE = {
namespace = "ground_true",
components = {
talker_node = {
lib = "libpub_component.so",
class = "pub_component::Publisher",
},
service_node = {
lib = "libsrv_component.so",
class = "srv_component::Service"
}
}
}