lean/skeleton/meta/definitions/env.php

3 lines
73 B
PHP

<?php
return require("env/" . ( getenv('APP_ENV') ?? 'prod' ) . ".php");