57 lines
2.0 KiB
XML
57 lines
2.0 KiB
XML
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
|
||
|
|
<Settings>
|
||
|
|
|
||
|
|
<!-- General Application Settings -->
|
||
|
|
|
||
|
|
<ApplicationName>Sync Dec Web</ApplicationName>
|
||
|
|
<CompanyName>DEC-International</CompanyName>
|
||
|
|
<TimeZone>America/New_York</TimeZone>
|
||
|
|
|
||
|
|
<!-- DEC Internal Server Settings for FTP -->
|
||
|
|
|
||
|
|
<DecFtpServerURL>67.158.182.34</DecFtpServerURL>
|
||
|
|
<DecFtpServerPort>4445</DecFtpServerPort>
|
||
|
|
<DecFtpServerUser>ftpuser</DecFtpServerUser>
|
||
|
|
<DecFtpServerPassword>ftpuser$\2017</DecFtpServerPassword>
|
||
|
|
|
||
|
|
<!-- DEC-International (decweb) MySQL Database -->
|
||
|
|
|
||
|
|
<DECDatabaseServer>192.168.1.190</DECDatabaseServer>
|
||
|
|
<!--<DECDatabaseServer>localhost</DECDatabaseServer>-->
|
||
|
|
<DECDatabase>decweb</DECDatabase>
|
||
|
|
<DECDatabaseUser>decuser</DECDatabaseUser>
|
||
|
|
<DECDatabasePassword>hype23dec</DECDatabasePassword>
|
||
|
|
|
||
|
|
<!-- RealEstateDataInc Database Credentials -->
|
||
|
|
|
||
|
|
<DatabaseServer>192.168.1.190</DatabaseServer>
|
||
|
|
<!--<DatabaseServer>localhost</DatabaseServer>-->
|
||
|
|
<DatabaseName>realestatedatainc</DatabaseName>
|
||
|
|
<DatabaseUser>ddruser</DatabaseUser>
|
||
|
|
<DatabasePassword>hype23decdr</DatabasePassword>
|
||
|
|
|
||
|
|
<!-- Discord Webhook -->
|
||
|
|
|
||
|
|
<DiscordWebHookURL>https://discordapp.com/api/webhooks/1396804024942198794/zdT2wisqhAZuZ_UPKmAmtV0z_rX-PZnyHIXsjpPHQO3uakBO2xQ3R44kOxb9QZ4QxebL</DiscordWebHookURL>
|
||
|
|
|
||
|
|
<!-- email settings -->
|
||
|
|
|
||
|
|
<SmtpServer>smtp.gmail.com</SmtpServer>
|
||
|
|
<SmtpUserName>info@onesourceits.com</SmtpUserName>
|
||
|
|
<SmtpPassword>nuwe vuzr tyhs ebwb</SmtpPassword>
|
||
|
|
<SmtpPort>587</SmtpPort>
|
||
|
|
|
||
|
|
<AdminEmail name="Allan Feifer">allanf@bidalert.com</AdminEmail>
|
||
|
|
<SupportEmail name="James Richie">james.richie@onesourceits.com</SupportEmail>
|
||
|
|
<FromEmail name="DEC Update Service">info@onesourceits.com</FromEmail>
|
||
|
|
|
||
|
|
<!-- Environment -->
|
||
|
|
|
||
|
|
<Environment>Development</Environment>
|
||
|
|
<!--<Environment>Production</Environment>-->
|
||
|
|
<Availability>Available</Availability>
|
||
|
|
<Logging>On</Logging>
|
||
|
|
|
||
|
|
</Settings>
|