diff --git a/.env.dev b/.env.dev index 13a69b12..c2a5a9d1 100644 --- a/.env.dev +++ b/.env.dev @@ -12,3 +12,4 @@ STATSD_SAMPLE_RATE=1 TRUSTED_JKUS=http://127.0.0.1:8080/.well-known/public-keys,http://127.0.0.1:10139/.well-known/public-keys VERIFICATION_REMINDER_RATE=1 VERIFIER_VERSION=0 +IP_PROFILING_ENABLED=false diff --git a/test/remote/account_preverified_token_tests.js b/test/remote/account_preverified_token_tests.js index 4c9fa4b3..9eab5a58 100644 --- a/test/remote/account_preverified_token_tests.js +++ b/test/remote/account_preverified_token_tests.js @@ -29,6 +29,7 @@ describe('remote account preverified token', function() { let server before(() => { process.env.TRUSTED_JKUS = 'http://127.0.0.1:9000/.well-known/public-keys' + process.env.IP_PROFILING_ENABLED = true return TestServer.start(config) .then(s => {