mirror of
https://github.com/overte-org/overte.git
synced 2025-04-07 09:13:17 +02:00
Merge pull request #247 from overte-org/JulianGro-disable_metadata_exporter
Disable Metadata "exporter" by default
This commit is contained in:
commit
37b01277a9
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@
|
|||
"name": "enable_metadata_exporter",
|
||||
"label": "Enable Metadata HTTP Availability",
|
||||
"help": "Allows your domain's metadata to be accessible on the public internet via direct HTTP connection to the domain server.",
|
||||
"default": true,
|
||||
"default": false,
|
||||
"type": "checkbox",
|
||||
"advanced": true
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue