Skip to content

Commit 539e0fd

Browse files
committed
feat: use robot to migrate code
Signed-off-by: kubbot & kubecub <[email protected]>
1 parent 2d41819 commit 539e0fd

File tree

529 files changed

+63525
-53350
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

529 files changed

+63525
-53350
lines changed

Diff for: .docker-compose_cfg/config.yaml

+65
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
#---------------Infrastructure configuration---------------------#
2+
etcd:
3+
etcdSchema: openim #默认即可
4+
etcdAddr: [ 127.0.0.1:2379 ] #单机部署时,默认即可
5+
userName:
6+
password:
7+
secret: openIM123
8+
9+
mysql:
10+
dbMysqlDatabaseName: admin_chat # 数据库名字 默认即可
11+
12+
# 默认管理员账号
13+
admin:
14+
defaultAccount:
15+
account: [ "admin1", "admin2" ]
16+
defaultPassword: [ "password1", "password2" ]
17+
openIMUserID: [ "openIM123456", "openIMAdmin" ]
18+
faceURL: [ "", "" ]
19+
nickname: [ "admin1", "admin2" ]
20+
level: [ 1, 100 ]
21+
22+
23+
adminapi:
24+
openImAdminApiPort: [ 10009 ] #管理后台api服务端口,默认即可,需要开放此端口或做nginx转发
25+
listenIP: 0.0.0.0
26+
27+
chatapi:
28+
openImChatApiPort: [ 10008 ] #登录注册,默认即可,需要开放此端口或做nginx转发
29+
listenIP: 0.0.0.0
30+
31+
rpcport: # rpc服务端口 默认即可
32+
openImAdminPort: [ 30200 ]
33+
openImChatPort: [ 30300 ]
34+
35+
36+
rpcregistername: #rpc注册服务名,默认即可
37+
openImChatName: Chat
38+
openImAdminCMSName: Admin
39+
40+
chat:
41+
codeTTL: 300 #短信验证码有效时间(秒)
42+
superVerificationCode: 666666 # 超级验证码
43+
alismsverify: #阿里云短信配置,在阿里云申请成功后修改以下四项
44+
accessKeyId:
45+
accessKeySecret:
46+
signName:
47+
verificationCodeTemplateCode:
48+
49+
50+
oss:
51+
tempDir: enterprise-temp # 临时密钥上传的目录
52+
dataDir: enterprise-data # 最终存放目录
53+
aliyun:
54+
endpoint: https://oss-cn-chengdu.aliyuncs.com
55+
accessKeyID: ""
56+
accessKeySecret: ""
57+
bucket: ""
58+
tencent:
59+
BucketURL: ""
60+
serviceURL: https://cos.COS_REGION.myqcloud.com
61+
secretID: ""
62+
secretKey: ""
63+
sessionToken: ""
64+
bucket: ""
65+
use: "minio"

Diff for: .docker-compose_cfg/datasource-compose.yaml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#more datasource-compose.yaml
2+
apiVersion: 1
3+
4+
datasources:
5+
- name: Prometheus
6+
type: prometheus
7+
access: proxy
8+
orgId: 1
9+
url: http://127.0.0.1:9091
10+
basicAuth: false
11+
isDefault: true
12+
version: 1
13+
editable: true

Diff for: .docker-compose_cfg/grafana.db

868 KB
Binary file not shown.

0 commit comments

Comments
 (0)