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

Skip to content

Commit 72518dc

Browse files
committed
Update application.props
1 parent 39ad3ac commit 72518dc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ common:
5050
marketplace:
5151
private-mode: false
5252
lowcoder-public-url: http://localhost:8080
53-
lost-password-email-sender: [email protected]
53+
lost-password-email-sender: [email protected]
5454

5555
material:
5656
mongodb-grid-fs:

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ common:
5555
mode: ${LOWCODER_WORKSPACE_MODE:SAAS}
5656
marketplace:
5757
private-mode: ${MARKETPLACE_PRIVATE_MODE:true}
58+
lowcoder-public-url: ${LOWCODER_PUBLIC_URL:http://localhost:8080}
59+
lost-password-email-sender: ${LOWCODER_LOST_PASSWORD_EMAIL_SENDER:[email protected]}
5860

5961
material:
6062
mongodb-grid-fs:

0 commit comments

Comments
 (0)