Skip to content

Commit a14d634

Browse files
Update ChangeLayoutHelper.cs
1 parent 430735d commit a14d634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Uses-Cases/ChangeLayout/ChangeLayoutHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ namespace ChangeLayout
66
{
77
public class ConfigParams
88
{
9-
public string CrdentialPath { get; } = "c:\\Projects\\ASPOSE\\Pdf.Cloud\\Credentials\\credentials.json ";
9+
public string CrdentialPath { get; } = "..\\credentials.json ";
1010
public string LOCAL_FOLDER { get; } = "C:\\Samples";
1111
public string REMOTE_TEMP_FOLDER { get; } = "TempPdfCloud";
1212
public string PDF_DOCUMENT { get; } = "sample.pdf";

0 commit comments

Comments
 (0)