fix: update readme

pull/663/head
bigfengyu 5 years ago
parent dab115ba01
commit 87ed661dea

@ -33,6 +33,13 @@ services:
# production / development # production / development
- NODE_ENV=production - NODE_ENV=production
# email 如果想让邮箱找回密码能力生效需要配置邮件发送
- MAIL_HOST=smtp.aliyun.com
- MAIL_PORT=465
- MAIL_USER=rap2org@service.alibaba.com
- MAIL_PASS=xxxxxx
- MAIL_SENDER=rap2org@service.alibaba.com
###### 'sleep 30 && node scripts/init' will drop the tables ###### 'sleep 30 && node scripts/init' will drop the tables
###### RUN ONLY ONCE THEN REMOVE 'sleep 30 && node scripts/init' ###### RUN ONLY ONCE THEN REMOVE 'sleep 30 && node scripts/init'
command: /bin/sh -c 'node dispatch.js' command: /bin/sh -c 'node dispatch.js'

Loading…
Cancel
Save