This commit is contained in:
Dale Price 2024-04-17 10:02:11 +00:00 committed by GitHub
commit b31e866c14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -170,7 +170,7 @@ aliases: [
### `domain` {#domain}
**Description:** The domain name of the instance.\
**Description:** The domain name of the instance. Corresponds to the configured `LOCAL_DOMAIN`, which is used for account handles, and is not necessarily the same as `WEB_DOMAIN` where the Mastodon API and web interface are hosted.\
**Type:** String\
**Version history:**\
4.0.0 - added

View File

@ -148,7 +148,7 @@ aliases: [
### `uri` {#uri}
**Description:** The domain name of the instance.\
**Description:** The domain name of the instance. Corresponds to the configured `LOCAL_DOMAIN`, which is used for account handles, and is not necessarily the same as `WEB_DOMAIN` where the Mastodon API and web interface are hosted.\
**Type:** String\
**Version history:**\
1.1.0 - added