I have a domain on the server where I uploaded an application in laravel. I created a subdomain and uploaded the same application to this subdomain, but the subdomain is fetching information from the same .env, which is at the root of the project (main domain). I would like to be able to set the information to another .env file for the subdomain so that the applications are distinct from each other.