File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -1088,7 +1088,7 @@ Grapes Download
10881088The following allows you to enable or disable automatic Groovy dependency (grapes) downloads for scripts (@grab):
10891089
10901090.. code-block :: yaml
1091- :caption : :caption: *CRAFTER_HOME/bin/crafter-deployer/config/application.yaml*
1091+ :caption : *CRAFTER_HOME/bin/crafter-deployer/config/application.yaml*
10921092 :emphasize-lines : 8
10931093
10941094 deployer :
Original file line number Diff line number Diff line change @@ -3884,7 +3884,7 @@ Grapes Download
38843884
38853885The following allows you to enable or disable automatic Groovy dependency (grapes) downloads for scripts (@grab):
38863886
3887- .. code - block:: yaml
3887+ .. code - block:: properties
38883888 : caption: * CRAFTER_HOME / bin/ apache- tomcat/ shared/ classes/ crafter/ engine/ extension/ server- config .properties *
38893889 : emphasize- lines: 3
38903890
Original file line number Diff line number Diff line change @@ -5185,6 +5185,10 @@ The Groovy sandbox is enabled by default and can be disabled by changing the pro
51855185 studio.scripting.sandbox.blacklist.enable : true
51865186 # The location of the default blacklist to use (this will have no effect if the sandbox is disabled)
51875187 studio.scripting.sandbox.blacklist.path : classpath:crafter/studio/groovy/blacklist
5188+ # Indicates if the whitelist should be enabled (this will have no effect if the sandbox is disabled)
5189+ studio.scripting.sandbox.whitelist.enable : true
5190+ # The location of the default whitelist to use (this will have no effect if the sandbox is disabled)
5191+ studio.scripting.sandbox.whitelist.path : classpath:crafter/studio/groovy/whitelist
51885192
51895193|
51905194
You can’t perform that action at this time.
0 commit comments