Right now, there are a lot of missing keys in env which should cause error to run the server, what I have done in the previous pr, that server would still won't crash even after essential keys are missing, and the features related to the required keys may not work properly, but its won't crash the server, so now do that, add a check go file which should load the env within the local RAM memory of the server from the OS and should apply a check if keys are missing or not and if the keys are missing it would throw an error and while showing the key that is missing in the development log and would panic the server, this would help to understand which keys are missing which are essential for the basic working of the application
Right now, there are a lot of missing keys in env which should cause error to run the server, what I have done in the previous pr, that server would still won't crash even after essential keys are missing, and the features related to the required keys may not work properly, but its won't crash the server, so now do that, add a check go file which should load the env within the local RAM memory of the server from the OS and should apply a check if keys are missing or not and if the keys are missing it would throw an error and while showing the key that is missing in the development log and would panic the server, this would help to understand which keys are missing which are essential for the basic working of the application