-
Notifications
You must be signed in to change notification settings - Fork 502
Closed
Labels
need:reporter feedbackfeedback from reporter requiredfeedback from reporter required
Description
Radicale's config file is very close to the TOML config format.
For TOML parsers to work with Radicale configs:
- Allow strings with quotes. ex
hosts = "127.0.0.1:5232"
TOML Config Test
# Install dasel
go install github.com/tomwright/dasel/cmd/dasel@master
# Write config options with dasel to radicale/config
dasel put -p toml string -f "radicale/config" "server.hosts" "127.0.0.1:5232"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
need:reporter feedbackfeedback from reporter requiredfeedback from reporter required