Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbc74e8a

Browse files
committed
feature: Rename SMTP Env variable to ADMIN
1 parent0391d2a commitbc74e8a

File tree

1 file changed

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

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ spring:
1919
webflux:
2020
context-path:/
2121
mail:
22-
host:${LOWCODER_SMTP_HOST:smtp.gmail.com}
23-
port:${LOWCODER_SMTP_PORT:587}
24-
username:${LOWCODER_SMTP_USERNAME:yourmail@gmail.com}
25-
password:${LOWCODER_SMTP_PASSWORD:yourpass}
22+
host:${LOWCODER_ADMIN_SMTP_HOST:smtp.gmail.com}
23+
port:${LOWCODER_ADMIN_SMTP_PORT:587}
24+
username:${LOWCODER_ADMIN_SMTP_USERNAME:yourmail@gmail.com}
25+
password:${LOWCODER_ADMIN_SMTP_PASSWORD:yourpass}
2626

2727
server:
2828
compression:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp