refactor(appsettings.GSM): create and move GtxMessagingParams
This commit is contained in:
10
EnvelopeGenerator.Web/appsettings.GSM.json
Normal file
10
EnvelopeGenerator.Web/appsettings.GSM.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"GtxMessagingParams": {
|
||||
"Uri": "https://rest.gtx-messaging.net",
|
||||
"Path": "smsc/sendsms/f566f7e5-bdf2-4a9a-bf52-ed88215a432e/json",
|
||||
"Headers": {},
|
||||
"QueryParams": {
|
||||
"from": "signFlow"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user