File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
apps/io-wallet-user-func/src/app Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,6 @@ import {
1616 stringToNumberDecoderRE ,
1717} from "io-wallet-common/infra/env" ;
1818import { getHttpRequestConfigFromEnvironment } from "io-wallet-common/infra/http/config" ;
19- import {
20- getSlackConfigFromEnvironment ,
21- SlackConfig ,
22- } from "io-wallet-common/infra/slack/config" ;
2319import { fromBase64ToJwks , JwkPrivateKey } from "io-wallet-common/jwk" ;
2420
2521const booleanFromString = ( input : string ) =>
@@ -215,7 +211,6 @@ export const Config = t.type({
215211 entityConfiguration : EntityConfigurationConfig ,
216212 mail : MailConfig ,
217213 pidIssuer : PidIssuerApiClientConfig ,
218- slack : SlackConfig ,
219214 walletProvider : WalletProviderConfig ,
220215} ) ;
221216
@@ -566,7 +561,6 @@ export const getConfigFromEnvironment: RE.ReaderEither<
566561 ) ,
567562 mail : getMailConfigFromEnvironment ,
568563 pidIssuer : getPidIssuerConfigFromEnvironment ,
569- slack : getSlackConfigFromEnvironment ,
570564 walletProvider : getWalletProviderConfigFromEnvironment ,
571565 } ) ,
572566 RE . map (
Original file line number Diff line number Diff line change @@ -37,10 +37,6 @@ locals {
3737 name = " PidIssuerApiClientPrivateKey"
3838 key_vault_secret_name = " PidIssuerApiClientPrivateKey"
3939 },
40- {
41- name = " SlackStatusChannelWebhook"
42- key_vault_secret_name = " SlackStatusChannelWebhook"
43- },
4440 {
4541 name = " AllowedDeveloperUsers"
4642 key_vault_secret_name = " AllowedDeveloperUsers"
You can’t perform that action at this time.
0 commit comments