Comment on What is the best file format for configuration file?
vrkr@programming.dev 1 year ago
No reason to go beyond simple key-value format like dotenv or just env variables. If you need more structure you may be confusing configuration with state and this is not really the same thing.