I can't find the "plugins.js" file inside the "config" folder in my strapi project.
I want to set my jwt to expire in 7 days instead of 30 which is its default value, but in order to do that, according to the documentation it tells me that I have to change the value from the path "./config/plugins.js"
What should I do? Where can I set the expiration of my jwt?