update the template file spec.toml for the glimpse_detector

This commit is contained in:
liuxueli
2024-06-24 11:59:35 +08:00
committed by fumingwei
parent 0ecc04b80c
commit a98e3fa22e

View File

@@ -7,8 +7,8 @@ exit = "session_flags_plugin_exit"
[[plugin]]
path = "./stellar_plugin/glimpse_detector.so"
init = "APP_GLIMPSE_DETECTOR_INIT"
exit = "APP_GLIMPSE_DETECTOR_DESTROY"
init = "APP_GLIMPSE_DETECTOR_LOAD"
exit = "APP_GLIMPSE_DETECTOR_UNLOAD"
[[plugin]]
path = "./plug/business/firewall/firewall.so"