Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0136502

Browse files
committed
add js executor host
1 parent d99efef commit 0136502

File tree

1 file changed

+2
-0
lines changed
  • server/api-service/openblocks-server/src/main/resources/selfhost/ce

1 file changed

+2
-0
lines changed

server/api-service/openblocks-server/src/main/resources/selfhost/ce/application.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ common:
2929
cloud: false
3030
version: 1.1.4
3131
block-hound-enable: false
32+
js-executor:
33+
host: ${JS_EXECUTOR_URI:http://127.0.0.1:6060}
3234

3335
material:
3436
mongodb-grid-fs:

0 commit comments

Comments
 (0)