mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-26 02:32:50 +00:00
remove the part 'chaning name of tagle Group'
Some checks failed
Deploy CI / deploy (push) Has been cancelled
Some checks failed
Deploy CI / deploy (push) Has been cancelled
This commit is contained in:
parent
c66d213899
commit
844f945bd2
|
|
@ -27,12 +27,3 @@ CA_PATH = /etc/mysql/ca.pem
|
|||
```
|
||||
|
||||
When set `use_ssl` to true and `skip_verify` to false, it will check whether the MySQL server certificate is legal through the CA configured in `ca_path`. The `ca_path` is a trusted CA certificate path for signing MySQL server certificates. When `skip_verify` is true, there is no need to add the `ca_path` option. The MySQL server certificate won't be verified at this time.
|
||||
|
||||
## Changing name of table 'Group'
|
||||
|
||||
There is a table named 'Group' in ccnet database, however, 'Group' is the key word in some of databases, you can configure this table name to avoid conflicts if necessary:
|
||||
|
||||
```
|
||||
[GROUP]
|
||||
TABLE_NAME=new_group_name
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue