Hi there! We are on data proxy early access progr...
# orm-help
r
Hi there! We are on data proxy early access program and realized we want a way to bypass data proxy when running our CI/CD tests. Do you currently have an undocumented way of doing this or would it require a script to rewrite schema.prisma config only for tests?
cc @Pieter
r
To bypass data proxy, you just don’t pass the
PRISMA_CLIENT_ENGINE_TYPE
env variable.
r
@Ryan Weird, this is exactly how we had it and it didn't work (code below for reference) I will investigate a little more as Vercel may be overwriting the env var
@Ryan You were right on that, we were able to bypass data proxy
🙌 1
💯 1
p
yep the .env file wasnt being read by CI so had to explicitly set it in the yml file