Most software has some sort of config file that controls the settings used for running it... If you're using a database, it has to know the Address of the database and what username/password to use when connecting, the database name... All that would be stored in the config file (unless you're using Windows, in which case you could store it in the registry).