2023-12-18 09:42:13 +00:00
|
|
|
## Config files
|
2023-12-18 09:38:18 +00:00
|
|
|
### ayb.toml
|
|
|
|
```toml
|
|
|
|
[web]
|
2023-12-18 09:38:40 +00:00
|
|
|
info_url = "https://aybWeb.sofiaritz.com/.well-known/ayb.json"
|
2023-12-18 09:38:18 +00:00
|
|
|
```
|
|
|
|
|
2023-12-18 09:39:01 +00:00
|
|
|
### .well-known/ayb.json
|
2023-12-18 09:38:18 +00:00
|
|
|
```json
|
|
|
|
{
|
|
|
|
"endpoints": {
|
|
|
|
"profile": "/u/{entity}",
|
|
|
|
"confirmation": "/auth/confirm/{token}"
|
|
|
|
}
|
|
|
|
}
|
2023-12-18 09:42:13 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
## Details
|
|
|
|
* A single request on server startup.
|