mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-01-11 06:56:59 +08:00
fix: config.yaml
Signed-off-by: withchao <993506633@qq.com>
This commit is contained in:
parent
5e017627cf
commit
3428e273ea
@ -77,7 +77,7 @@ object:
|
|||||||
apiURL: "http://127.0.0.1:10002/object/" #地址需要app能访问到
|
apiURL: "http://127.0.0.1:10002/object/" #地址需要app能访问到
|
||||||
minio:
|
minio:
|
||||||
bucket: "openim" #不建议修改
|
bucket: "openim" #不建议修改
|
||||||
endpoint: http://116.30.3.80:10005
|
endpoint: http://127.0.0.1:10005 #地址需要app能够访问
|
||||||
accessKeyID: root
|
accessKeyID: root
|
||||||
secretAccessKey: openIM123
|
secretAccessKey: openIM123
|
||||||
sessionToken: "" #token
|
sessionToken: "" #token
|
||||||
@ -90,7 +90,7 @@ object:
|
|||||||
endpoint: "https://oss-cn-chengdu.aliyuncs.com"
|
endpoint: "https://oss-cn-chengdu.aliyuncs.com"
|
||||||
bucket: "demo-9999999"
|
bucket: "demo-9999999"
|
||||||
bucketURL: "https://demo-9999999.oss-cn-chengdu.aliyuncs.com"
|
bucketURL: "https://demo-9999999.oss-cn-chengdu.aliyuncs.com"
|
||||||
accessKeyID: root
|
accessKeyID: ""
|
||||||
accessKeySecret: ""
|
accessKeySecret: ""
|
||||||
sessionToken: ""
|
sessionToken: ""
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user