Hi guys, when i run prisma server in docker it aut...
# orm-help
s
Hi guys, when i run prisma server in docker it automatically runs on http://localhost:4466. The problem is that i want to disable playground on http://localhost:4466 but there is no such setting for it. So how can achieve that ?
h
Basically you want to change the port right? You can do that via the docker-compose file. Just change the port under the PRISMA_CONFIG section
s
not just the port also disable to playground
h
you can't disable the playground, but you can restrict access to the prisma server using a service secret
so without it playground would be useless
s
i just want to disable it for production