wdmtech/enviricons

View on GitHub
src/Wdmtech/Enviricons/config/enviricons.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return [

    // Simply change the values in the environments array to match
    // whatever you've specified in your bootstrap/start.php file

    'environments' => [

        'local'      => 'local',      // Your local development environment name
        'dev'        => 'dev',        // ...dev
        'staging'    => 'staging',    // ...staging
        'production' => 'production', // ...production/default
    ],

];