We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ccd33a commit e752902Copy full SHA for e752902
app/gateway/src/App/Types.hs
@@ -87,7 +87,8 @@ data AppEnv = AppEnv
87
shouldLogRequestId :: Bool,
88
sessionId :: Maybe Text,
89
kafkaProducerForART :: Maybe KafkaProducerTools,
90
- url :: Maybe Text
+ url :: Maybe Text,
91
+ noSignatureSubscribers :: [Text]
92
}
93
deriving (Generic)
94
@@ -127,6 +128,7 @@ buildAppEnv AppCfg {..} = do
127
128
AppEnv
129
{ gwId = selfId,
130
url = Nothing,
131
+ noSignatureSubscribers = [],
132
..
133
134
0 commit comments