From e0711784998292f9ec838a017dc7e1c36c79be85 Mon Sep 17 00:00:00 2001 From: silvicir <127971996+silvicir@users.noreply.github.com> Date: Thu, 3 Oct 2024 18:09:34 +0200 Subject: [PATCH] removed pdv vars from support env example file --- apps/io-wallet-support-func/local.settings.json.example | 3 --- 1 file changed, 3 deletions(-) diff --git a/apps/io-wallet-support-func/local.settings.json.example b/apps/io-wallet-support-func/local.settings.json.example index 1786b092..7ad7842a 100644 --- a/apps/io-wallet-support-func/local.settings.json.example +++ b/apps/io-wallet-support-func/local.settings.json.example @@ -5,9 +5,6 @@ "CosmosDbEndpoint": "COSMOS_DB_ENDPOINT", "CosmosDbDatabaseName": "COSMOS_DB_DATABASE_NAME", "CosmosDbRequestTimeout": "COSMOS_DB_REQUEST_TIMEOUT", - "PdvTokenizerApiBaseURL": "PDV_TOKENIZER_API_BASE_URL", - "PdvTokenizerApiKey": "PDV_TOKENIZER_API_KEY", - "PdvTokenizerTestUUID": "PDV_TOKENIZER_TEST_UUID", "HttpRequestTimeout": "HTTP_REQUEST_TIMEOUT" } }