This commit is contained in:
anlicheng 2023-12-23 17:04:22 +08:00
parent ec74c55c97
commit 2c22592376

View File

@ -64,6 +64,15 @@ init([]) ->
modules => ['iot_zd_endpoint'] modules => ['iot_zd_endpoint']
}, },
#{
id => 'iot_zd_consumer',
start => {'iot_zd_consumer', start_link, []},
restart => permanent,
shutdown => 2000,
type => worker,
modules => ['iot_zd_consumer']
},
#{ #{
id => 'iot_jinzhi_endpoint', id => 'iot_jinzhi_endpoint',
start => {'iot_jinzhi_endpoint', start_link, []}, start => {'iot_jinzhi_endpoint', start_link, []},