Skip to content

Commit

Permalink
remove the part 'chaning name of tagle Group'
Browse files Browse the repository at this point in the history
  • Loading branch information
seafile-dev committed Sep 6, 2024
1 parent c66d213 commit 844f945
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions manual/config/ccnet-conf.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 844f945

Please sign in to comment.