This commit is contained in:
parent
503173f129
commit
bafc90920f
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -78,3 +78,14 @@ onion = "http://youraddress.onion/"
|
||||||
```
|
```
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
## Exemple of `config.toml`
|
||||||
|
|
||||||
|
```toml
|
||||||
|
mail = your.mail at host.com"
|
||||||
|
lang = "lang"
|
||||||
|
onion = "http://youraddress.onion/"
|
||||||
|
app_name = "Nickname"
|
||||||
|
name = "Firstname"
|
||||||
|
fullname = "Fullname"
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue