Hello, is there a way to request a minified json f...
# announcements
b
Hello, is there a way to request a minified json from the API; without formatting (next lines and spaces)?
f
It should do this automatically if you set the
NODE_ENV=production
environment variable. Along with other performance optimizations
b
Thanks for the response. How'd I do this from a non-node environments? E.g. we're using dotnet core
f
Are you self hosting GrowthBook? This is something you would set on the GrowthBook instance, not your application.
b
Yes, self hosted. Thank you, that answered the question 🙏