Skip to content

Commit b7e7f62

Browse files
committed
Add detail about maximum node configuration title + description lengths
1 parent 05836b4 commit b7e7f62

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,8 @@ The Buddycloud server can serve multiple domains in a single instance. For this
7878
This executable will be passed the domain name as its single argument and should exit with 0 if this domain is local, with any other exit value otherwise. A good example of such an executable is the [external-domain-checker](https://github.com/buddycloud/hosting/blob/develop/external-domain-checker) of the hosting platform, that checks whether the domain exists on a SQL database.
7979

8080
A multiple domain deployment is not expected to have the **server.domain** property on its configuration.
81+
82+
## Node Configuration
83+
84+
* Title: Max length 128 characters
85+
* Description: Max length 1024 characters

0 commit comments

Comments
 (0)