Update ccnet-conf.md

This commit is contained in:
Daniel Pan 2021-08-14 09:14:33 +08:00 committed by GitHub
parent 9fc7ccee5c
commit ea0c463a18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,27 +5,10 @@ Ccnet is the internal RPC framework used by Seafile server and also manages the
```
[General]
# Used internally. Don't delete.
ID=eb812fd276432eff33bcdde7506f896eb4769da0
# Used internally. Don't delete.
NAME=example
# This is outside URL for Seahub(Seafile Web).
# The domain part (i.e., www.example.com) will be used in generating share links and download/upload file via web.
# Note: Outside URL means "if you use Nginx, it should be the Nginx's address"
SERVICE_URL=http://www.example.com:8000
[Network]
# Not used anymore
PORT=10001
[Client]
# Not used anymore
PORT=13419
```
## Changing MySQL Connection Pool Size
@ -37,7 +20,6 @@ When you configure ccnet to use MySQL, the default connection pool size is 100,
......
# Use larger connection pool
MAX_CONNECTIONS = 200
```
## Changing name of table 'Group'
@ -47,5 +29,4 @@ There is a table named 'Group' in ccnet database, however, 'Group' is the key wo
```
[GROUP]
TABLE_NAME=new_group_name
```