Hey there :wave: can anyone tell me what the env v...
# pact-jvm
j
Hey there 👋 can anyone tell me what the env var equivalent is for
pact.filter.pacturl
or where to find it? https://docs.pact.io/implementation_guides/jvm/docs/system-properties says it has an env var equivalent but it’s not the upper case version of the property
u
Looks like only when using
@AllowOverridePactUrl
with JUnit can you use an env var, and the case will be the same as the property
j
Thanks for looking into that @uglyog - can I ask where you found that? Just so I know for future digging 😄 Also should the env var be
pact_filter_pacturl
? Even with
@AllowOverridePactUrl
and Junit it doesn’t seem to pick it up
u
I searched for
pact.filter.pacturl
in the code 😛 and the env var has to be the same
j
I did the search but missed the line underneath it facepalm Thanks @uglyog 😄 I’ll have another crack at it, see if I’m missing something