1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-07-24 08:31:45 +08:00
This commit is contained in:
Hai Liang Wang 2020-12-22 18:22:46 +08:00
parent 3d2a8d9cdd
commit b49184c33d
3 changed files with 6 additions and 6 deletions

View File

@ -119,7 +119,7 @@
<repository> <repository>
<id>chatopera</id> <id>chatopera</id>
<name>Chatopera Inc.</name> <name>Chatopera Inc.</name>
<url>https://nexus.cskefu.com/repository/maven-public/</url> <url>https://nexus.chatopera.com/repository/maven-public/</url>
<releases> <releases>
<enabled>true</enabled> <enabled>true</enabled>
</releases> </releases>

View File

@ -367,14 +367,14 @@
<dependency> <dependency>
<groupId>com.chatopera.bot</groupId> <groupId>com.chatopera.bot</groupId>
<artifactId>sdk</artifactId> <artifactId>sdk</artifactId>
<version>3.3.1</version> <version>3.3.2</version>
</dependency> </dependency>
</dependencies> </dependencies>
<repositories> <repositories>
<repository> <repository>
<id>chatopera</id> <id>chatopera</id>
<name>Chatopera Inc.</name> <name>Chatopera Inc.</name>
<url>https://nexus.cskefu.com/repository/maven-public</url> <url>https://nexus.chatopera.com/repository/maven-public</url>
<releases> <releases>
<enabled>true</enabled> <enabled>true</enabled>
</releases> </releases>
@ -388,12 +388,12 @@
<repository> <repository>
<id>chatopera-releases</id> <id>chatopera-releases</id>
<name>Chatopera Nexus Releases</name> <name>Chatopera Nexus Releases</name>
<url>https://nexus.cskefu.com/repository/maven-releases/</url> <url>https://nexus.chatopera.com/repository/maven-releases/</url>
</repository> </repository>
<snapshotRepository> <snapshotRepository>
<id>chatopera-snapshots</id> <id>chatopera-snapshots</id>
<name>Chatopera Nexus Snapshots</name> <name>Chatopera Nexus Snapshots</name>
<url>https://nexus.cskefu.com/repository/maven-snapshots/</url> <url>https://nexus.chatopera.com/repository/maven-snapshots/</url>
</snapshotRepository> </snapshotRepository>
</distributionManagement> </distributionManagement>

View File

@ -48,7 +48,7 @@ services:
- CSKEFU_MODULE_CONTACTS=true - CSKEFU_MODULE_CONTACTS=true
- CSKEFU_MODULE_CHATBOT=true - CSKEFU_MODULE_CHATBOT=true
- SKYPE_CHANNEL_CRM=${SKYPE_CHANNEL_CRM:-placeholder} - SKYPE_CHANNEL_CRM=${SKYPE_CHANNEL_CRM:-placeholder}
- BOT_PROVIDER=${BOT_PROVIDER:-https://bot.cskefu.com} - BOT_PROVIDER=${BOT_PROVIDER:-https://bot.chatopera.com}
- BOT_THRESHOLD_FAQ_BEST_REPLY=${BOT_THRESHOLD_FAQ_BEST_REPLY:-0.9} - BOT_THRESHOLD_FAQ_BEST_REPLY=${BOT_THRESHOLD_FAQ_BEST_REPLY:-0.9}
- BOT_THRESHOLD_FAQ_SUGG_REPLY=${BOT_THRESHOLD_FAQ_SUGG_REPLY:-0.3} - BOT_THRESHOLD_FAQ_SUGG_REPLY=${BOT_THRESHOLD_FAQ_SUGG_REPLY:-0.3}
- CSKEFU_SETTINGS_WEBIM_VISITOR_SEPARATE=true - CSKEFU_SETTINGS_WEBIM_VISITOR_SEPARATE=true