From e85aa37553857dc56e8cc474d6f2242a7bc338db Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sat, 25 May 2019 02:56:39 -0600 Subject: [PATCH] updated configuration details template file --- seafbackup.details | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 seafbackup.details diff --git a/seafbackup.details b/seafbackup.details new file mode 100644 index 0000000..7309df9 --- /dev/null +++ b/seafbackup.details @@ -0,0 +1,22 @@ +####### +### Seafile backup script configuration details +### +### this file contains sensitive information, make sure you have protected +### it by restricting permissions! +### 'chown root:root ./seafbackup.details' +### 'chmod 600 ./seafbackup.details' +####### + +### SQL server details + +## database names +# if you are using the defaults, then you don't have to change anything here +ccnetDB_name="ccnet-db" +seafileDB_name="seafile-db" +seahubDB_name="seahub-db" + +## database credentials +# you should be using the same credentials that SEAFILE uses! +sqlServer="localhost" +sqlUser="seafile" +sqlPass="password"