Skip to content

feat: Add Env keys check Script(Go) #5

Description

@DrDead0

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions