Environment settings best practices

What's the recommended way to handle environment settings and use them in the app?
Create a Json file? Create a database table with a key/value structure?

Maybe the database way will be easier since you already have everything needed to query any database while using JSON file will require custom save/load code.

1 Like