What is the best file format for configuration file? Like A Duck ( @likeaduck@programming.dev ) Experienced Devs@programming.dev • 1 year ago message-square28fedilinkarrow-up132
arrow-up132message-squareWhat is the best file format for configuration file? Like A Duck ( @likeaduck@programming.dev ) Experienced Devs@programming.dev • 1 year ago message-square28fedilink
minus-square vrkr ( @vrkr@programming.dev ) linkfedilink5•edit-21 year agoNo reason to go beyond simple key-value format like dotenv or just env variables. If you need more structure then maybe you are confusing configuration with state and this is not really the same thing.
No reason to go beyond simple key-value format like dotenv or just env variables. If you need more structure then maybe you are confusing configuration with state and this is not really the same thing.