skepller@lemmy.world to Programmer Humor@lemmy.mlEnglish · 23 hours agoTOMLlemmy.mlimagemessage-square20fedilinkarrow-up1116file-text
arrow-up1116imageTOMLlemmy.mlskepller@lemmy.world to Programmer Humor@lemmy.mlEnglish · 23 hours agomessage-square20fedilinkfile-text
minus-squareEphera@lemmy.mllinkfedilinkEnglisharrow-up2·edit-29 hours agoWe just document that this is how you write the config file: [network] bind.host = "127.0.0.1" bind.port = 1234 # etc. And that seems straightforward enough. Yeah, technically users can opt to use inline tables or raw strings or whatever, but they don’t have to.
We just document that this is how you write the config file:
[network] bind.host = "127.0.0.1" bind.port = 1234 # etc.And that seems straightforward enough. Yeah, technically users can opt to use inline tables or raw strings or whatever, but they don’t have to.