Merge pull request #6064 from birarda/default-asset-server

turn on the asset server by default
This commit is contained in:
Clément Brisset 2015-10-12 17:21:33 -07:00
commit 3e65c3bc35

View file

@ -176,7 +176,7 @@
"type": "checkbox", "type": "checkbox",
"label": "Enabled", "label": "Enabled",
"help": "Assigns an asset-server in your domain to serve files to clients via the ATP protocol (over UDP)", "help": "Assigns an asset-server in your domain to serve files to clients via the ATP protocol (over UDP)",
"default": false, "default": true,
"advanced": true "advanced": true
} }
] ]