Update App.config to blank the paths.

This commit is contained in:
efrick 2024-08-05 15:18:17 -04:00
parent 8c8abc3ce3
commit 71f34c7cca

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="PDF-Path" value="C:\Users\ltdvw\Documents\PDF-Test"/>
<add key="PDF-Output" value="C:\Users\ltdvw\Documents\PDF-Test\"/>
<add key="PDF-Path" value=""/>
<add key="PDF-Output" value=""/>
<add key="PDF-Name" value="merged.pdf"/>
<add key="overwrite" value="true"/>
</appSettings>