godoos/docs/demo/nginx/store.json
2024-08-01 17:27:02 +08:00

13 lines
No EOL
222 B
JSON

{
"name": "nginx",
"setting": {
"binPath": "{exePath}/nginx.exe",
"progressName":"nginx.exe"
},
"start": {
"startCmds": [
"-p",
"{exePath}"
]
}
}