|
|
|
@ -23,6 +23,7 @@ data ProgramConfiguration = |
|
|
|
brokerNotificationEndpoint :: T.Text, |
|
|
|
brokerNotificationEndpoint :: T.Text, |
|
|
|
brokerServerCert :: Maybe FilePath, |
|
|
|
brokerServerCert :: Maybe FilePath, |
|
|
|
brokerClientCert :: Maybe FilePath, |
|
|
|
brokerClientCert :: Maybe FilePath, |
|
|
|
|
|
|
|
brokerIdentity :: T.Text, |
|
|
|
quotesourceEndpoint :: T.Text, |
|
|
|
quotesourceEndpoint :: T.Text, |
|
|
|
quotesourceServerCert :: Maybe FilePath, |
|
|
|
quotesourceServerCert :: Maybe FilePath, |
|
|
|
quotesourceClientCert :: Maybe FilePath, |
|
|
|
quotesourceClientCert :: Maybe FilePath, |
|
|
|
|