apigee-internal / microgateway

Microgateway: A lightweight Node.js based API gateway
Other
71 stars 77 forks source link

b/183057665: make sock and pid file configurable - 1st approach #330

Closed sumitparakh closed 3 years ago

sumitparakh commented 3 years ago

This is the first solution of this issue. It allows user to configure sock and pid file path in config yaml file

Disclaimer: With this method, custom path will be applied in both host server and docker instance uniformly. Customer can't have different path in server and different path in docker instance.