Comment on What is the best file format for configuration file?

vrkr@programming.dev ⁨10⁩ ⁨months⁩ 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.

source
Sort:hotnewtop