mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-26 02:32:50 +00:00
Update ccnet-conf.md
This commit is contained in:
parent
9fc7ccee5c
commit
ea0c463a18
|
|
@ -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
|
||||
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue