You can import a JSON definition file at startup. The file should something like this :
{
"vhosts": [
{
"name": "/",
"metadata": {
"default_queue_type": "quorum"
}
}
],
... // Other definitions
}