from django.conf import settings def cfg_client_id(request): return { "discordClientId": settings.DISCORD_KEY }