Has anyone managed to disable the prisma server pl...
# orm-help
c
Has anyone managed to disable the prisma server playground?
d
Can you please explain in a bit more detail on what you want to achieve in this context? 🙂
c
yeap 😄, i want to publish my prisma server in production, with public access, and the playground endpoint is enabled, i cannot find in documentation how to disable this, and i protected my cluster with management api secret, but i dont like the playground endpoint enabled in production environment.
d
You can block the port for GET requests in production 🙂 Also, if it is protected by a token, even the playground cannot access the service API.
❤️ 1
c
good idea 😄