-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSettings.settings
41 lines (41 loc) · 2.64 KB
/
Settings.settings
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="ETLPaymentsProcess.Properties" GeneratedClassName="Settings">
<Profiles />
<Settings>
<Setting Name="CIFDbConn" Type="(Connection string)" Scope="Application">
<DesignTimeValue Profile="(Default)"><?xml version="1.0" encoding="utf-16"?>
<SerializableConnectionString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ConnectionString>Data Source=GBMNYREGD01.NGL.CORP;Initial Catalog=RR61;Integrated Security=True</ConnectionString>
<ProviderName>System.Data.SqlClient</ProviderName>
</SerializableConnectionString></DesignTimeValue>
<Value Profile="(Default)">Data Source=GBMNYREGD01.NGL.CORP;Initial Catalog=RR61;Integrated Security=True</Value>
</Setting>
<Setting Name="EmailServer" Type="System.String" Scope="Application">
<Value Profile="(Default)">SNYEVS01.NY.santanderusa.com</Value>
</Setting>
<Setting Name="EmailFrom" Type="System.String" Scope="Application">
<Value Profile="(Default)">cesar.martinez@external.santander.us</Value>
</Setting>
<Setting Name="LogFolder" Type="System.String" Scope="Application">
<Value Profile="(Default)">C:\tmp\</Value>
</Setting>
<Setting Name="PaymentInfoFilePath" Type="System.String" Scope="Application">
<Value Profile="(Default)">C:\workspace\Corporate\payments\paymentsresult.txt</Value>
</Setting>
<Setting Name="EmailTo" Type="System.String" Scope="Application">
<Value Profile="(Default)">cesar.martinez@external.santander.us;yessica.ocampo@external.santander.us</Value>
</Setting>
<Setting Name="EmailSuccSub" Type="System.String" Scope="Application">
<Value Profile="(Default)">CConfirming Payment Files and Exchage Rates Files Loaded Successfully. </Value>
</Setting>
<Setting Name="EmailFailedSub" Type="System.String" Scope="Application">
<Value Profile="(Default)">Confirming Payment Files and Exchage Rates Loading Process Completed With Error. </Value>
</Setting>
<Setting Name="EgiftInfoFilePath" Type="System.String" Scope="Application">
<Value Profile="(Default)">C:\workspace\Corporate\payments\PaymentsATOct2019toSep2020.txt</Value>
</Setting>
<Setting Name="ExchangeRateInfoFilePath" Type="System.String" Scope="Application">
<Value Profile="(Default)">C:\workspace\Corporate\payments\ExchangePaymentsATOct2019toSep2020.txt</Value>
</Setting>
</Settings>
</SettingsFile>