Accidentally deleted ccnet.conf, how to recover?

I am re-setting up a failed system and discovered that I don’t have backups for ccnet. What should I put in there?

This is what my ccnet.conf looks like:

seafile@seafile:~/conf$ cat ccnet.conf
[General]
SERVICE_URL = https://HOSTNAME

[Database]
ENGINE = mysql
HOST = 127.0.0.1
PORT = 3306
USER = USERNAME
PASSWD = A_PASSWORD
DB = ccnet_db
CONNECTION_CHARSET = utf8

For USER and PASSWD, look these values up in seafile.conf or seahub_settings.py. USER is usually seafile.

1 Like