config-reader-php icon indicating copy to clipboard operation
config-reader-php copied to clipboard

Add environment type and fix Config::onProduction

Open andrewbelcher opened this issue 3 years ago • 1 comments

Fixes #21

andrewbelcher avatar Jan 12 '22 14:01 andrewbelcher

Friendly ping.

I really wanted to use onProduction() today, but #21 is still an issue.

My best workaround is just doing getenv('PLATFORM_ENVIRONMENT_TYPE') === 'production' instead.

arnested avatar Sep 18 '24 12:09 arnested