测试应用 Ghost

Signed-off-by: 萌森 <qyg2297248353@163.com>
This commit is contained in:
萌森 2024-08-05 19:06:53 +08:00
parent 1e107ab565
commit 3f0ec70ce1
2 changed files with 2 additions and 2 deletions

View File

@ -120,7 +120,7 @@ additionalProperties:
labelZh: 邮件鉴权 密码
labelEn: Mail Password
required: true
type: text
type: password
- default: ""
edit: true
envKey: mail__from

View File

@ -22,6 +22,6 @@ services:
- ${GHOST_ROOT_PATH}/data:/var/lib/ghost/content
environment:
- NODE_ENV=production
- server__host=127.0.0.1
- server__host=0.0.0.0
- server__port=2368
- database__client=mysql