<?php

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