mirror of
https://github.com/chatopera/cosin.git
synced 2025-06-16 18:30:03 +08:00
https://github.com/cskefu/cskefu/issues/787 update docs link in README
This commit is contained in:
parent
4a8885a9e1
commit
e11ce57d0a
@ -4,7 +4,7 @@
|
||||
|
||||
</div>
|
||||
|
||||
# 春松客服:上线开源客服系统
|
||||
# 春松客服 v7
|
||||
|
||||
[](https://github.com/cskefu/cskefu/stargazers) [](https://github.com/cskefu/cskefu/network/members) [](https://www.cskefu.com/2022/06/24/cskefu-opensource-license/ "开源许可协议") [](https://github.com/cskefu/cskefu/issues) [](https://github.com/cskefu/cskefu/issues?q=is%3Aissue+is%3Aclosed) [](https://hub.docker.com/r/chatopera/contact-center/) <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
|
||||
[](#contributors-)
|
||||
@ -13,6 +13,11 @@
|
||||
|
||||
[https://www.cskefu.com](https://www.cskefu.com/) | [GitHub](https://github.com/cskefu/cskefu) | [Gitee](https://gitee.com/chatopera/cskefu) | [GitCode](https://gitcode.net/chatopera/cskefu)
|
||||
|
||||
| 版本 | 文档中心 | GitHub 分支 |
|
||||
| --- | --- | --- |
|
||||
| v8.x | [Next](https://docs.cskefu.com/docs/next/) | [develop](https://github.com/cskefu/cskefu/tree/develop) |
|
||||
| v7.x | [v7](https://docs.cskefu.com/docs/) | [master](https://github.com/cskefu/cskefu/tree/master) |
|
||||
|
||||
:hearts: 春松客服的愿景:
|
||||
|
||||
- 公元 2032 年内,1000 万企业上线开源客服系统
|
||||
|
@ -10,4 +10,6 @@ baseDir=$(cd `dirname "$0"`;pwd)
|
||||
# main
|
||||
[ -z "${BASH_SOURCE[0]}" -o "${BASH_SOURCE[0]}" = "$0" ] || return
|
||||
cd $baseDir/../app
|
||||
SPRING_PROFILES_ACTIVE=dev mvn spring-boot:run
|
||||
source .env
|
||||
mvn spring-boot:run
|
||||
#java -jar target/contact-center.war
|
@ -83,7 +83,7 @@ spring.data.redis.repositories.enabled=false
|
||||
spring.data.elasticsearch.properties.path.data=../data
|
||||
|
||||
spring.data.elasticsearch.cluster-name=elasticsearch
|
||||
spring.data.elasticsearch.cluster-nodes=127.0.0.1:9300
|
||||
spring.data.elasticsearch.cluster-nodes=localhost:9300
|
||||
spring.data.elasticsearch.local=false
|
||||
spring.data.elasticsearch.repositories.enabled=true
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user