1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-28 19:40:54 +00:00

Revert "Use TOML instead of INI highlight syntax"

This reverts commit ed428fdbc1.
This commit is contained in:
Guillaume Ayoub 2017-05-27 12:45:56 +02:00
parent ed428fdbc1
commit 3281ca71d6
4 changed files with 10 additions and 10 deletions

View file

@ -8,7 +8,7 @@ Radicale can be configured with a configuration file or with
command line arguments.
An example configuration file looks like:
```toml
```ini
[server]
hosts = 0.0.0.0:5232 # Bind all addresses
@ -251,6 +251,6 @@ In this section additional HTTP headers that are sent to clients can be
specified.
An example to relax the same-origin policy:
```toml
```ini
Access-Control-Allow-Origin = *
```