Skip to content

Commit 10a0f03

Browse files
authored
chore: removed unsued wallet routes
Refs: #1299 [SIW-3752]
1 parent c8bf12e commit 10a0f03

File tree

13 files changed

+5
-2183
lines changed

13 files changed

+5
-2183
lines changed

.changeset/bright-feet-boil.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@pagopa/io-backend": patch
3+
---
4+
5+
Removed wallet routes

.env.example

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ ROOT_REDIRECT_URL=https://io.italia.it
2323
FF_CGN_ENABLED=1
2424
FF_IO_SIGN_ENABLED=1
2525
FF_IO_FIMS_ENABLED=1
26-
FF_IO_WALLET_ENABLED=1
27-
FF_IO_WALLET_TRIAL_ENABLED=1
2826
FF_CDC_ENABLED=1
2927

3028
# ------------------------------------
@@ -126,17 +124,6 @@ SERVICES_APP_BACKEND_BASE_PATH="/api/v2"
126124
SERVICES_APP_BACKEND_API_URL="https://services-app-backend"
127125
SERVICES_APP_BACKEND_API_BASE_PATH="/api/v1"
128126

129-
# ------------------------------------
130-
# IO_WALLET
131-
# ------------------------------------
132-
IO_WALLET_API_KEY=put_your_api_key_here
133-
IO_WALLET_API_URL=https://io-wallet
134-
IO_WALLET_API_BASE_PATH="/api/v1"
135-
IO_WALLET_TRIAL_ID=IO_WALLET_TRIAL_ID
136-
IO_WALLET_UAT_API_BASE_PATH="/api/v1/wallet/uat"
137-
IO_WALLET_UAT_API_URL=https://io-wallet-uat
138-
IO_WALLET_UAT_API_KEY=put_your_api_key_here
139-
140127
# ------------------------------------
141128
# APP INSIGHT
142129
# ------------------------------------

0 commit comments

Comments
 (0)