Skip to content

Commit f145904

Browse files
committed
new: add environment variable for controlling plugin location
1 parent 19b0c4d commit f145904

File tree

1 file changed

+1
-1
lines changed
  • server/api-service/lowcoder-server/src/main/resources/selfhost/ce

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ common:
5151
max-upload-size: ${LOWCODER_MAX_REQUEST_SIZE:20m}
5252
max-query-timeout: ${LOWCODER_MAX_QUERY_TIMEOUT:120}
5353
plugin-dirs:
54-
- plugins
54+
- ${PLUGINS_DIR:plugins}
5555

5656
material:
5757
mongodb-grid-fs:

0 commit comments

Comments
 (0)