System Information
- Strapi Version: v2.3.5
- Operating System: Ubuntu 20.04.1 LTS
- Database: MongoDB
- Node Version: v14.8.0
- NPM Version: v6.14.7
- Yarn Version: v1.22.10
Hi. On https://strapi.io/documentation/3.0.0-beta.x/concepts/configurations.html#server I am reading about these config files. In my project I don’t have these files so I created the directories and files for some of them but then I noticed I already have a config/server.js
and it does the same things as the config/envinronments/**/server.json
.
- Do I have a different version then this documentations?
- What I really want to do is configure HTTP request logging. My setup involves Next.js with Server Side Rendering and Apollo GraphQL Client so the JWT token it receives should be configured in the Apollo GraphQL client and used for requests to StrAPI but currently I can’t verify that. I’m getting back an empty array and 200 from my strapi so I guess that its OK?