issues
search
devlup-labs
/
gymkhana_portal
MIT License
7
stars
40
forks
source link
Remove secret key from .env.example
#54
Closed
hirenchalodiya1
closed
4 years ago
hirenchalodiya1
commented
4 years ago
Issue
Remove a secret key from the
.env.example
file as it may affect security.
Expected
The secret key should not be public.
Actual
The environment file contains a secret key.
Changes
Remove the secret key from the environment file.
Add a secret key in the Travis environment.
Add a secret key in the GitHub workflow environment.
anshulahuja98
commented
4 years ago
That's a dummy key It's alright
Issue
.env.example
file as it may affect security.Expected
Actual
Changes