Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
GoBelieveIO
/
im_service
Public
Notifications
You must be signed in to change notification settings
Fork
604
Star
2k
Code
Issues
3
Pull requests
1
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Files
Expand file tree
master
Breadcrumbs
im_service
/
im.cfg.sample
Copy path
Blame
More file actions
Blame
More file actions
Latest commit
History
History
History
63 lines (48 loc) · 1.74 KB
master
Breadcrumbs
im_service
/
im.cfg.sample
Copy path
Top
File metadata and controls
Code
Blame
63 lines (48 loc) · 1.74 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
#服务监听端口
port=23000
#ssl监听端口 可选项
#ssl_port=24430
#存储服务器地址 "服务器1的ip:port 服务器2的ip:port ..." 多个存储服务器之间用空格隔开,顺序要保证一致
storage_rpc_addrs=["127.0.0.1:13333"]
#可选项 超级群的存储服务器, 格式和storage_rpc_pool一样
#不配置的情况下,使用storage_rpc_pool
#配置的情况下,不能和storage_rpc_pool有重复
#group_storage_rpc_addrs=
#路由服务器地址 "服务器1的ip:port 服务器2的ip:port ..." 多个存储服务器之间用空格隔开,顺序要保证一致
route_addrs=["127.0.0.1:4444"]
#可选项 超级群的路由服务器地址,格式和route_pool一样
#不配置的情况下,使用route_pool
#配置的情况下,一定不能和route_pool有重复
#group_route_addrs=
#websocket的监听地址 ip:port 可选项
ws_address=":13891"
#wss监听地址 可选项
#wss_address=":14891"
#websocket tls域名的证书文件路径(let's encrypt) 可选项
cert_file="fullchain1.pem"
key_file="privkey1.pem"
#服务器状态信息和发送群组通知消息的接口监听地址 ip:port ip一般使用内网网卡地址
http_listen_address=":6666"
#grpc监听地址
rpc_listen_address=":6665"
#mysql的链接地址 用户名:密码@tcp(服务器地址:服务器端口)/数据库名称
mysqldb_datasource="root:123456@tcp(127.0.0.1:3306)/gobelieve"
#redis服务器地址 服务器ip:服务器端口
#群组消息发送队列的存储路径,必须存在
pending_root="/tmp/pending"
#客服的appid 可选项
kefu_appid=0
[redis]
address="127.0.0.1:6379"
password=""
db=0
#可选日志配置
[log]
filename="im.log"
level="info"
#rotate log保存的文件数
backup=3
#log保存天数
age=30
#是否打印file&line
caller=true
You can’t perform that action at this time.