Update 0002-ayb-config-improvement.md
This commit is contained in:
parent
70774a2fe7
commit
2918478402
1 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
## Config files
|
||||||
### ayb.toml
|
### ayb.toml
|
||||||
```toml
|
```toml
|
||||||
[web]
|
[web]
|
||||||
|
@ -12,4 +13,7 @@ info_url = "https://aybWeb.sofiaritz.com/.well-known/ayb.json"
|
||||||
"confirmation": "/auth/confirm/{token}"
|
"confirmation": "/auth/confirm/{token}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Details
|
||||||
|
* A single request on server startup.
|
Loading…
Reference in a new issue