refactor(Service): add UserConfig
This commit is contained in:
parent
bb0197e6ba
commit
c3deaae63b
16
EnvelopeGenerator.Service/UserConfig.xml
Normal file
16
EnvelopeGenerator.Service/UserConfig.xml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<Config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||||
|
<ConnectionString>Server=sDD-VMP04-SQL17\DD_DEVELOP01;Database=DD_ECM;User Id=sa;Password=dd;TrustServerCertificate=True;</ConnectionString>
|
||||||
|
<Debug>true</Debug>
|
||||||
|
<IntervalInMin>1</IntervalInMin>
|
||||||
|
<IgnoredLabels>
|
||||||
|
<Label>Date</Label>
|
||||||
|
<Label>Datum</Label>
|
||||||
|
<Label>ZIP</Label>
|
||||||
|
<Label>PLZ</Label>
|
||||||
|
<Label>Place</Label>
|
||||||
|
<Label>Ort</Label>
|
||||||
|
<Label>Position</Label>
|
||||||
|
<Label>Stellung</Label>
|
||||||
|
</IgnoredLabels>
|
||||||
|
</Config>
|
||||||
Loading…
x
Reference in New Issue
Block a user