We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12dd945 + 306b392 commit 60a4dd4Copy full SHA for 60a4dd4
launcher-csharp/Properties/launchSettings.json
@@ -22,7 +22,7 @@
22
"environmentVariables": {
23
"ASPNETCORE_ENVIRONMENT": "Development"
24
},
25
- "applicationUrl": "https://localhost:9090;http://localhost:5002"
+ "applicationUrl": "https://localhost:44333;http://localhost:5002"
26
}
27
28
launcher-csharp/appsettings.example.json
@@ -12,7 +12,7 @@
12
"AuthorizationEndpoint": "https://account-d.docusign.com/oauth/auth",
13
"TokenEndpoint": "https://account-d.docusign.com/oauth/token",
14
"UserInformationEndpoint": "https://account-d.docusign.com/oauth/userinfo",
15
- "AppUrl": "http://localhost:8080",
+ "AppUrl": "https://localhost:44333",
16
"SignerEmail": "{SIGNER_EMAIL}",
17
"SignerName": "{SIGNER_NAME}",
18
"GatewayAccountId": "{GATEWAY_ACCOUNT_ID}",
0 commit comments