forked from steedos/steedos-project-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
steedos-config.yml
48 lines (48 loc) · 1.12 KB
/
steedos-config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
datasources:
default:
connection:
url: ${MONGO_URL}
objectFiles:
- "./steedos-app/**"
public:
cfs:
store: ${STEEDOS_CFS_STORE}
local:
folder: ${STEEDOS_STORAGE_DIR}
cfs:
aliyun:
region: ${ENV_CFS_ALIYUN_REGION}
bucket: ${ENV_CFS_ALIYUN_BUCKET}
accessKeyId: ${ENV_CFS_ALIYUN_ACCESSKEYID}
secretAccessKey: ${ENV_CFS_ALIYUN_SECRETACCESSKEY}
tenant:
_id: ${STEEDOS_TENANT_ID}
name: 华炎魔方
logo_url:
background_url:
enable_register: true
enable_forget_password: false
enable_create_tenant: true
enable_password_login: true
enable_bind_email: false
enable_bind_mobile: false
plugins:
- "@steedos/accounts"
- "@steedos/plugin-enterprise"
- "@steedos/word-template"
- "@steedos/plugin-qywx"
- "@steedos/metadata-api"
sms:
qcloud:
smsqueue_interval: 1000
sdkappid: ${STEEDOS_SMS_QCLOUD_SDKAPPID}
appkey: ${STEEDOS_SMS_QCLOUD_APPKEY}
signname: ${STEEDOS_SMS_QCLOUD_SIGNNAME}
email:
from: ${MAIL_FROM}
url: ${MAIL_URL}
cron:
instancerecordqueue_interval: 10000
mailqueue_interval: 10000
push_interval: 1000
webhookqueue_interval: 1000