There are two sets of parameters used in FogBugzPd.

Web.Config

These values are in <AppSettings> section of Web.Config.

FogBugz_Url Where u installed FogBugz, like "http://fogbugz.acme-corp.com"
FogBugz_Username Username of a fogbugz users that will be used to pull information out of FogBugz. Preferrably this user should have administrative privileges and only used for FogBugzPd. So creating a user "fogbugz" would make the most sense. But you can use any already existing user also.
FogBugz_Password Password used for user from row above
LocalLogin_Enabled Allows you to enable/disable LocalLogin. If you are installing FogBugzPd behind firewall not accessible externally, you can disable LocalLogin, so users will bypass login screen
LocalLogin_Username Local username used for FogBugzPd login
LocalLogin_Password Password used for FogBugzPd login
HIdeSettings Hides Settings button

Settings in GUI

These values are stored in Database

Resolved (Verified) Status Case status when it is verified by QA team
Use Sub-ProjectsFor grouping of all the cases under specific parent
Sub-Project TagTag name for sub-project parent cases
Use QA EstimatesGet test estimates from custom field for each case
QA PercentagePercentage of time per case that will be spent on testing. Calculated based on estimated/elapsed development time. Visible when "Use QA Estimates" is disabled.
QA Estimate Custom Field NameName of custom field for testing estimate. Stores a number in minutes. Visible only if "Use QA Estimates" is enabled.
Integrate with Test RailEnable TestRail integration
TestRail - UrlUrl of TestRail API
TestRail - TokenToken used to access TestRail API