diff --git a/domain-server/resources/describe-settings.json b/domain-server/resources/describe-settings.json
index d567e76a80..5a04197b14 100644
--- a/domain-server/resources/describe-settings.json
+++ b/domain-server/resources/describe-settings.json
@@ -1,98 +1,98 @@
[
{
- "name": "metaverse",
- "label": "Metaverse Registration",
- "settings": [
- {
- "name": "access_token",
- "label": "Access Token",
- "help": "This is an access token generated on the My Tokens page of your High Fidelity account.
Generate a token with the 'domains' scope and paste it here.
This is required to associate this domain-server with a domain in your account."
- },
- {
- "name": "id",
- "label": "Domain ID",
- "help": "This is your High Fidelity domain ID. If you do not want your domain to be registered in the High Fidelity metaverse you can leave this blank."
- },
- {
- "name": "automatic_networking",
- "label": "Automatic Networking",
- "help": "This defines how other nodes in the High Fidelity metaverse will be able to reach your domain-server.
If you don't want to deal with any network settings, use full automatic networking.",
- "default": "disabled",
- "type": "select",
- "options": [
- {
- "value": "full",
- "label": "Full: update both the IP address and port to reach my server"
- },
- {
- "value": "ip",
- "label": "IP Only: update just my IP address, I will open the port manually"
- },
- {
- "value": "disabled",
- "label": "None: use the network information I have entered for this domain at data.highfidelity.io"
- }
- ]
- }
- ]
- },
- {
- "name": "security",
- "label": "Security",
- "settings": [
- {
- "name": "http_username",
- "label": "HTTP Username",
- "help": "Username used for basic HTTP authentication."
- },
- {
- "name": "http_password",
- "label": "HTTP Password",
- "type": "password",
- "help": "Password used for basic HTTP authentication. Leave this blank if you do not want to change it.",
- "value-hidden": true
- }
- ]
- },
- {
- "name": "audio",
- "label": "Audio",
- "assignment-types": [0],
- "settings": [
- {
- "name": "zones",
- "type": "table",
- "label": "Zones",
- "help": "In this table you can define a set of zones in which you can specify various audio properties.",
- "number": true,
- "can_add": true,
- "can_delete": true,
- "key": {
- "name": "name",
- "label": "Name",
- "placeholder": "Zone name"
- },
- "columns": [
- {
- "name": "x_range",
- "label": "X range",
- "can_set": true,
- "placeholder": "0-16384"
- },
- {
- "name": "y_range",
- "label": "Y range",
- "can_set": true,
- "placeholder": "0-16384"
- },
- {
- "name": "z_range",
- "label": "Z range",
- "can_set": true,
- "placeholder": "0-16384"
- }
- ]
- },
+ "name": "metaverse",
+ "label": "Metaverse Registration",
+ "settings": [
+ {
+ "name": "access_token",
+ "label": "Access Token",
+ "help": "This is an access token generated on the My Tokens page of your High Fidelity account.
Generate a token with the 'domains' scope and paste it here.
This is required to associate this domain-server with a domain in your account."
+ },
+ {
+ "name": "id",
+ "label": "Domain ID",
+ "help": "This is your High Fidelity domain ID. If you do not want your domain to be registered in the High Fidelity metaverse you can leave this blank."
+ },
+ {
+ "name": "automatic_networking",
+ "label": "Automatic Networking",
+ "help": "This defines how other nodes in the High Fidelity metaverse will be able to reach your domain-server.
If you don't want to deal with any network settings, use full automatic networking.",
+ "default": "disabled",
+ "type": "select",
+ "options": [
+ {
+ "value": "full",
+ "label": "Full: update both the IP address and port to reach my server"
+ },
+ {
+ "value": "ip",
+ "label": "IP Only: update just my IP address, I will open the port manually"
+ },
+ {
+ "value": "disabled",
+ "label": "None: use the network information I have entered for this domain at data.highfidelity.io"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "name": "security",
+ "label": "Security",
+ "settings": [
+ {
+ "name": "http_username",
+ "label": "HTTP Username",
+ "help": "Username used for basic HTTP authentication."
+ },
+ {
+ "name": "http_password",
+ "label": "HTTP Password",
+ "type": "password",
+ "help": "Password used for basic HTTP authentication. Leave this blank if you do not want to change it.",
+ "value-hidden": true
+ }
+ ]
+ },
+ {
+ "name": "audio",
+ "label": "Audio",
+ "assignment-types": [0],
+ "settings": [
+ {
+ "name": "zones",
+ "type": "table",
+ "label": "Zones",
+ "help": "In this table you can define a set of zones in which you can specify various audio properties.",
+ "number": true,
+ "can_add": true,
+ "can_delete": true,
+ "key": {
+ "name": "name",
+ "label": "Name",
+ "placeholder": "Zone name"
+ },
+ "columns": [
+ {
+ "name": "x_range",
+ "label": "X range",
+ "can_set": true,
+ "placeholder": "0-16384"
+ },
+ {
+ "name": "y_range",
+ "label": "Y range",
+ "can_set": true,
+ "placeholder": "0-16384"
+ },
+ {
+ "name": "z_range",
+ "label": "Z range",
+ "can_set": true,
+ "placeholder": "0-16384"
+ }
+ ]
+ },
{
"name": "enable_filter",
"type": "checkbox",