Update README.md
This commit is contained in:
parent
dc76699244
commit
7d15d1c196
14
README.md
14
README.md
|
@ -57,14 +57,14 @@ Misskey requires two domains called the primary domain and the secondary domain.
|
||||||
|
|
||||||
**Ensure that the secondary domain is not a subdomain of the primary domain.**
|
**Ensure that the secondary domain is not a subdomain of the primary domain.**
|
||||||
|
|
||||||
#### Dubdomains
|
#### Subdomains
|
||||||
Misskey uses subdomains below:
|
Misskey uses following subdomains:
|
||||||
|
|
||||||
* **api**.<primary domain>
|
* **api**.*{primary domain}*
|
||||||
* **auth**.<primary domain>
|
* **auth**.*{primary domain}*
|
||||||
* **about**.<primary domain>
|
* **about**.*{primary domain}*
|
||||||
* **dev**.<primary domain>
|
* **dev**.*{primary domain}*
|
||||||
* **file**.<secondary domain>
|
* **file**.*{secondary domain}*
|
||||||
|
|
||||||
### reCAPTCHA
|
### reCAPTCHA
|
||||||
Please visit https://www.google.com/recaptcha/intro/ and generate keys.
|
Please visit https://www.google.com/recaptcha/intro/ and generate keys.
|
||||||
|
|
Loading…
Reference in New Issue