anthonysharpy / sandbank

Sandbank is the easy-to-use database for s&box.
Other
8 stars 0 forks source link

Config File Should Be Auto-Generated #19

Closed anthonysharpy closed 2 months ago

anthonysharpy commented 4 months ago

Currently our config file is a .cs file. But this means every time someone downloads a new version of the database, their config is probably wiped

anthonysharpy commented 4 months ago

after this we should create tests that allow us to make sure the config options work lol

anthonysharpy commented 2 months ago

The more I think about this the more it's a bad idea. That's because a code-based config file can be saved in source control. A locally auto-generated one can't (because it's stored in the data folder). If a team is working on something, they don't all want to be using different config settings for the database!

Closing for now