I have 2 servers for my PHP project, one for prod and one for tests.
I want to add to the test server a flag to use it in every PHP file. For example to add define('TEST', true)
How can I put this define in the "server level"? I mean that it will be define in the ini
or somthing, not in PHP page.