Closed Agoo1234 closed 4 years ago
If I was to copy this and modify it, what would I put in the "KEY" variable in my .env file and what is it used for?
You would just need to generate a hex token key for yourself in python.
Example:
import secrets key = secrets.token_hex()
thanks
If I was to copy this and modify it, what would I put in the "KEY" variable in my .env file and what is it used for?