updated configuration details template file
This commit is contained in:
parent
738b980a4f
commit
e85aa37553
22
seafbackup.details
Normal file
22
seafbackup.details
Normal 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"
|
Loading…
Reference in New Issue
Block a user