File tree 2 files changed +2
-1
lines changed
server/api-service/lowcoder-server/src/main/resources
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ COPY --chown=lowcoder:lowcoder --from=build-api-service /lowcoder-server/distrib
44
44
COPY --chown=lowcoder:lowcoder --from=build-api-service /lowcoder-server/distribution/target/lowcoder-api-service-bin/set-classpath.sh /lowcoder/api-service/set-classpath.sh
45
45
46
46
EXPOSE 8080
47
- CMD [ "sh " , "/lowcoder/api-service/entrypoint.sh" ]
47
+ CMD [ "/bin/bash " , "/lowcoder/api-service/entrypoint.sh" ]
48
48
49
49
# ############################################################################
50
50
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ spring:
11
11
mongodb :
12
12
authentication-database : admin
13
13
auto-index-creation : false
14
+ uri : ${LOWCODER_MONGODB_URL:mongodb://localhost:27017/lowcoder?authSource=admin}
14
15
redis :
15
16
url : ${LOWCODER_REDIS_URL:redis://127.0.0.1:16379}
16
17
main :
You can’t perform that action at this time.
0 commit comments