2024-03-06 13:42:29 +08:00

12 lines
414 B
JSON

{
"plugins_name": "imitater",
"endpoint_host": "http://127.0.0.1:30000/v1",
"install_file": "install.py",
"application_file": "app.py",
"application_class": "ImitaterApplicationAdapter",
"endpoint_controller_file": "controller.py",
"endpoint_controller_class": "ImitaterControlAdapter",
"profile_endpoint_file": "profile_endpoint.py",
"profile_endpoint_class": "ImitaterProfileEndpointAdapter"
}