Skip to content

Commit 0647272

Browse files
Paige RossiPaige Rossi
Paige Rossi
authored and
Paige Rossi
committed
fixing wrong appurl for mac
1 parent 7036162 commit 0647272

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-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}",

launcher-csharp/launcher-csharp.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<RootNamespace>DocuSign.CodeExamples</RootNamespace>
66
</PropertyGroup>
77

8+
<PropertyGroup Condition=" '$(RunConfiguration)' == 'CodeExamples' " />
89
<ItemGroup>
910
<None Include="..\.editorconfig" Link=".editorconfig" />
1011
</ItemGroup>

0 commit comments

Comments
 (0)