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
Harshit
04/09/2019, 1:39 PM
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
s1nc4p
04/09/2019, 1:42 PM
not just the port also disable to playground
h
Harshit
04/09/2019, 1:42 PM
you can't disable the playground, but you can restrict access to the prisma server using a service secret