I'm new at programming (at least in C#) and I'm developing a plugin. I want to use the built in TV engine database, but dont know where to save some random settings, like for example username, password, and database server. I obviously cant save them in the database, the only other place i can think of is to create a file and save the info in it, but really dont want to do it that way. Where normally would these settings be saved? The user would be able to change these settings so i cant hard code them in the plugin.
Thanks
Thanks