OP-2551 - added multiprocess override by env var

In case of multiple variants of AE, project setting might not be enough. Add MULTIPROCESS env var to specific app variant.
This commit is contained in:
Petr Kalis 2022-02-17 10:45:29 +01:00
parent 986a83c93d
commit 21ac7b25ea
2 changed files with 13 additions and 5 deletions

View file

@ -1127,7 +1127,9 @@
"darwin": [],
"linux": []
},
"environment": {}
"environment": {
"MULTIPROCESS": "No"
}
}
}
},