Skip to content

Commit ec1ecb4

Browse files
committed
Swapping slashes so maybe I can also fix DEVDOCS-13317
1 parent 0f90563 commit ec1ecb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JWT-Console/App.config.Example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
<add key="ClientId" value="{INTEGRATION_KEY_JWT}"/>
55
<add key="AuthServer" value="account-d.docusign.com"/>
66
<add key="ImpersonatedUserID" value="{IMPERSONATED_USER_ID}"/>
7-
<add key="PrivateKeyFile" value="..\..\..\private.key"/>
7+
<add key="PrivateKeyFile" value="../../../private.key"/>
88
</appSettings>
99
</configuration>

0 commit comments

Comments
 (0)