Skip to content

Commit 2ea2e7d

Browse files
author
git_repo_user
committed
Updates based on coderabbit
1 parent 0bdaf4b commit 2ea2e7d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

source/reference/modules/deployer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1088,7 +1088,7 @@ Grapes Download
10881088
The 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:

source/reference/modules/engine.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3884,7 +3884,7 @@ Grapes Download
38843884
38853885
The 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

source/reference/modules/studio.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)