feat: backend native executor implement
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
[backend]
|
||||
type = "native"
|
||||
release_dir = "/home/yms/lib/releases"
|
||||
active_jar = "/home/yms/lib/glory-soft-yms.jar"
|
||||
systemctl_path = "/bin/systemctl"
|
||||
|
||||
[backend.slot.8080]
|
||||
unit = "yms-backend@8080.service"
|
||||
jar = "/home/yms/lib/glory-soft-yms-8080.jar"
|
||||
health_endpoint = "http://127.0.0.1:8080/yms/actuator/health"
|
||||
|
||||
[backend.slot.8081]
|
||||
unit = "yms-backend@8081.service"
|
||||
jar = "/home/yms/lib/glory-soft-yms-8081.jar"
|
||||
health_endpoint = "http://127.0.0.1:8081/yms/actuator/health"
|
||||
Reference in New Issue
Block a user