mirror of
https://github.com/jech/galene.git
synced 2024-11-09 18:25:58 +01:00
Fix typo in README.
Thanks to Fabien de Montgolfier.
This commit is contained in:
parent
4acd60022f
commit
6a3b9a3b7e
1 changed files with 2 additions and 2 deletions
4
README
4
README
|
@ -66,8 +66,8 @@ The server may be configured in the JSON file `data/config.json`. This
|
||||||
file may look as follows:
|
file may look as follows:
|
||||||
|
|
||||||
{
|
{
|
||||||
"admin":[{"username":"root","password":"secret"}]
|
"admin":[{"username":"root","password":"secret"}],
|
||||||
"canonicalHost": "galene.example.org",
|
"canonicalHost": "galene.example.org"
|
||||||
}
|
}
|
||||||
|
|
||||||
The fields are as follows:
|
The fields are as follows:
|
||||||
|
|
Loading…
Reference in a new issue