Hello, we went through a problem here where we have information saved in the .env of about 100 accounts on the server.
Until then, it was only necessary to fill it out when creating the account, now that we need to change this information in everyone who saw the problem.
We use Laravel and in .env are stored sensitive information, but there are some keys that are used by all accounts. I would like to know if it is possible for me to create some environment variable in PHP on WHM and read this variable in all accounts within .env
Until then, it was only necessary to fill it out when creating the account, now that we need to change this information in everyone who saw the problem.
We use Laravel and in .env are stored sensitive information, but there are some keys that are used by all accounts. I would like to know if it is possible for me to create some environment variable in PHP on WHM and read this variable in all accounts within .env