first commit

This commit is contained in:
2026-07-03 15:46:56 -04:00
commit bf8532aa1e
1545 changed files with 450330 additions and 0 deletions
+77
View File
@@ -0,0 +1,77 @@
<?xml version="1.0" encoding="UTF-8"?>
<Constants>
<ReportTypes>
<ReportType>Download</ReportType>
<ReportType>Email</ReportType>
<ReportType>Report</ReportType>
</ReportTypes>
<UserRoles>
<UserRole>User</UserRole>
<UserRole>Administrator</UserRole>
<UserRole>Guest</UserRole>
</UserRoles>
<States>
<State abbreviation="AL">Alabama</State>
<State abbreviation="AK">Alaska</State>
<State abbreviation="AZ">Arizona</State>
<State abbreviation="AR">Arkansas</State>
<State abbreviation="CA">California</State>
<State abbreviation="CO">Colorado</State>
<State abbreviation="CT">Connecticut</State>
<State abbreviation="DE">Delaware</State>
<State abbreviation="DC">District Of Columbia</State>
<State abbreviation="FL">Florida</State>
<State abbreviation="GA">Georgia</State>
<State abbreviation="HI">Hawaii</State>
<State abbreviation="ID">Idaho</State>
<State abbreviation="IL">Illinois</State>
<State abbreviation="IN">Indiana</State>
<State abbreviation="IA">Iowa</State>
<State abbreviation="KS">Kansas</State>
<State abbreviation="KY">Kentucky</State>
<State abbreviation="LA">Louisiana</State>
<State abbreviation="ME">Maine</State>
<State abbreviation="MD">Maryland</State>
<State abbreviation="MA">Massachusetts</State>
<State abbreviation="MI">Michigan</State>
<State abbreviation="MN">Minnesota</State>
<State abbreviation="MS">Mississippi</State>
<State abbreviation="MO">Missouri</State>
<State abbreviation="MT">Montana</State>
<State abbreviation="NE">Nebraska</State>
<State abbreviation="NV">Nevada</State>
<State abbreviation="NH">New Hampshire</State>
<State abbreviation="NJ">New Jersey</State>
<State abbreviation="NM">New Mexico</State>
<State abbreviation="NY">New York</State>
<State abbreviation="NC">North Carolina</State>
<State abbreviation="ND">North Dakota</State>
<State abbreviation="OH">Ohio</State>
<State abbreviation="OK">Oklahoma</State>
<State abbreviation="OR">Oregon</State>
<State abbreviation="PA">Pennsylvania</State>
<State abbreviation="RI">Rhode Island</State>
<State abbreviation="SC">South Carolina</State>
<State abbreviation="SD">South Dakota</State>
<State abbreviation="TN">Tennessee</State>
<State abbreviation="TX">Texas</State>
<State abbreviation="UT">Utah</State>
<State abbreviation="VT">Vermont</State>
<State abbreviation="VA">Virginia</State>
<State abbreviation="WA">Washington</State>
<State abbreviation="WV">West Virginia</State>
<State abbreviation="WI">Wisconsin</State>
<State abbreviation="WY">Wyoming</State>
</States>
<Genders>
<Gender abbreviation="M">Male</Gender>
<Gender abbreviation="F">Female</Gender>
<Gender abbreviation="U">Undefined</Gender>
</Genders>
</Constants>
+37
View File
@@ -0,0 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
<Settings>
<ApplicationName>VoterVue</ApplicationName>
<!-- Database Credentials -->
<DatabaseServer>192.168.1.190</DatabaseServer>
<!--<DatabaseServer>localhost</DatabaseServer>-->
<DatabaseName>votervue</DatabaseName>
<DatabaseUser>vtrvusr</DatabaseUser>
<DatabasePassword>*ZwBA$a31VhCJ3</DatabasePassword>
<!-- SMTP Settings -->
<SmtpServer>smtp.gmail.com</SmtpServer>
<SmtpUserName>info@onesourceits.com</SmtpUserName>
<SmtpPassword>nuwe vuzr tyhs ebwb</SmtpPassword>
<SmtpPort>587</SmtpPort>
<!-- Discord Webhook -->
<DiscordWebHookURL>https://discordapp.com/api/webhooks/1396804024942198794/zdT2wisqhAZuZ_UPKmAmtV0z_rX-PZnyHIXsjpPHQO3uakBO2xQ3R44kOxb9QZ4QxebL</DiscordWebHookURL>
<SupportEmail>james.richie@onesourceits.com</SupportEmail>
<SystemAdministrators>
<SystemAdministrator>jric11</SystemAdministrator>
</SystemAdministrators>
<Environment>Development</Environment>
<!--<Environment>Production</Environment>-->
<Availability>Available</Availability>
</Settings>