All docs
This doc
...
url | The URL of the remote instance. |
id | Remote instance ID. |
dbConfig | The database configuration to use, which should not be the currentDBConfig. |
readOnly | Whether the instance is read-only. |
enableCache | Whether caching is enabled for this instance. |
registryRoot | The root of the registry instance. |
enableCache | Whether the cache is enabled or not. |
cacheID | This is the cache id of the remote instance. Here the cache id should be in the format of $database_username@$database_url, where $database_username is the username of the remote instance database and $database_url is the remote instance database URL. |
...