Is your feature request related to a problem? Please describe.
There's some environmental variables that pyms uses, like CONFIGMAP_FILE or KEY_FILE. Those are very generic names, if you see them without context, you might don't know why are they set and what are they purpose.
Describe the solution you'd like
I propose to add a namespace to all variables, so KEY_FILE would be PYMS_KEY_FILE.
Describe alternatives you've considered
None.
Additional context
None.
If you guys agree, I might do this change myself.
Is your feature request related to a problem? Please describe.
There's some environmental variables that pyms uses, like
CONFIGMAP_FILEorKEY_FILE. Those are very generic names, if you see them without context, you might don't know why are they set and what are they purpose.Describe the solution you'd like
I propose to add a namespace to all variables, so
KEY_FILEwould bePYMS_KEY_FILE.Describe alternatives you've considered
None.
Additional context
None.
If you guys agree, I might do this change myself.