anyone knows how to prevent my prisma endpoint fro...
# orm-help
a
anyone knows how to prevent my prisma endpoint from requiring an authorization token? or at least how to prevent it from expiring… I’m still on the dev phase so I’m not concerned about security at this point
s
Remove
secret
in prisma.yml to disable the security.