Like A Duck@programming.dev to Experienced Devs@programming.dev · il y a 3 ansWhat is the best file format for configuration file?message-squaremessage-square47fedilinkarrow-up144file-text
arrow-up144message-squareWhat is the best file format for configuration file?Like A Duck@programming.dev to Experienced Devs@programming.dev · il y a 3 ansmessage-square47fedilinkfile-text
minus-squarevrkr@programming.devlinkfedilinkarrow-up9·edit-2il y a 3 ansNo 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.