It should be possible for your users to override configs by placing one in C:/Users/<USER>/AppData/Roaming/<ORG_NAME>/<GAME_NAME>/config/<CONFIG_NAME>.ron
On top of that, you probably want to lock down some configs that you don't want to allow overriding for. Probably best by default that a config cannot be overridden and the developer must mark them as overridable.
It should be possible for your users to override configs by placing one in
C:/Users/<USER>/AppData/Roaming/<ORG_NAME>/<GAME_NAME>/config/<CONFIG_NAME>.ronOn top of that, you probably want to lock down some configs that you don't want to allow overriding for. Probably best by default that a config cannot be overridden and the developer must mark them as overridable.