On this official guide Nakama: Custom Authentication with Third-Party Services | Heroic Labs Documentation
I see something like:
const apiUrl = ctx.env['AUTHENTICATION_API_URL'];
How do I set this ctx.env? Which would be the best approach for having this env declared in a docker-compose file and taking it into Nakama?
Thanks.-