Closed danhunsaker closed 6 years ago
All runtime combinations now support passing in a path relative to /app/ as an argument to their startup scripts. If present, it will replace the engine-level document_root setting. If absent, the engine's setting will be preserved instead.
/app/
document_root
Full testing is included in this PR.
All runtime combinations now support passing in a path relative to
/app/
as an argument to their startup scripts. If present, it will replace the engine-leveldocument_root
setting. If absent, the engine's setting will be preserved instead.Full testing is included in this PR.