refactor(appsettings.GSM): create and move GtxMessagingParams

This commit is contained in:
tekh 2025-09-29 10:50:42 +02:00
parent 91c8043a23
commit 5c10636e37
3 changed files with 13 additions and 8 deletions

View File

@ -2133,6 +2133,9 @@
</ItemGroup>
<ItemGroup>
<Content Update="appsettings.GSM.json">
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
</Content>
<Content Update="appsettings.Security.json">
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
</Content>

View 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"
}
}
}

View File

@ -11,13 +11,5 @@
"[SIGNATURE_TYPE]": "signieren",
"[REASON]": ""
}
},
"GtxMessagingParams": {
"Uri": "https://rest.gtx-messaging.net",
"Path": "smsc/sendsms/f566f7e5-bdf2-4a9a-bf52-ed88215a432e/json",
"Headers": {},
"QueryParams": {
"from": "signFlow"
}
}
}