Skip to content

Commit 60a4dd4

Browse files
authored
Merge pull request #4 from docusign/DEVDOCS-3380
DEVDOCS-3380
2 parents 12dd945 + 306b392 commit 60a4dd4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

launcher-csharp/Properties/launchSettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"environmentVariables": {
2323
"ASPNETCORE_ENVIRONMENT": "Development"
2424
},
25-
"applicationUrl": "https://localhost:9090;http://localhost:5002"
25+
"applicationUrl": "https://localhost:44333;http://localhost:5002"
2626
}
2727
}
2828
}

launcher-csharp/appsettings.example.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"AuthorizationEndpoint": "https://account-d.docusign.com/oauth/auth",
1313
"TokenEndpoint": "https://account-d.docusign.com/oauth/token",
1414
"UserInformationEndpoint": "https://account-d.docusign.com/oauth/userinfo",
15-
"AppUrl": "http://localhost:8080",
15+
"AppUrl": "https://localhost:44333",
1616
"SignerEmail": "{SIGNER_EMAIL}",
1717
"SignerName": "{SIGNER_NAME}",
1818
"GatewayAccountId": "{GATEWAY_ACCOUNT_ID}",

0 commit comments

Comments
 (0)