example of config.toml
Some checks are pending
ci/woodpecker/push/publish Pipeline is pending

This commit is contained in:
Mylloon 2023-04-28 12:51:47 +02:00
parent 503173f129
commit bafc90920f
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -78,3 +78,14 @@ onion = "http://youraddress.onion/"
```
</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"
```