updated configuration details template file

This commit is contained in:
Asif Bacchus 2019-05-25 02:56:39 -06:00
parent 738b980a4f
commit e85aa37553
1 changed files with 22 additions and 0 deletions

22
seafbackup.details Normal file
View File

@ -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"