You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
During development it is easy to forget to remove the TOKEN value in settings.py. This is a big security issue.
This is also unpractical since it is required to access the host to append the TOKEN for the bot to run.
Expected behavior
Changing settings.py should not require one to remove the token before committing.
Additional context
This could be easily fixed by using environment variables.
The text was updated successfully, but these errors were encountered:
s0lst1ce
added
bug
Something isn't working
quality
all issues which only affect the way code is written and that won't affect functionnality
labels
Jun 29, 2019
Describe the bug
During development it is easy to forget to remove the
TOKEN
value in settings.py. This is a big security issue.This is also unpractical since it is required to access the host to append the TOKEN for the bot to run.
Expected behavior
Changing settings.py should not require one to remove the token before committing.
Additional context
This could be easily fixed by using environment variables.
The text was updated successfully, but these errors were encountered: