gists/0002-ayb-config-improvement.md

15 lines
242 B
Markdown
Raw Normal View History

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}"
}
}
```