Public Access
29 lines
729 B
JSON
29 lines
729 B
JSON
|
|
{
|
||
|
|
"defaultTarget": "dolibarr-db",
|
||
|
|
"targets": {
|
||
|
|
"dolibarr-db": {
|
||
|
|
"name": "dolibarr",
|
||
|
|
"type": "mysql",
|
||
|
|
"sshHost": "crm.mokoconsulting.tech",
|
||
|
|
"sshUser": "mokoconsulting",
|
||
|
|
"sshKeyPath": "~/.ssh/id_ed25519",
|
||
|
|
"database": "dolibarr",
|
||
|
|
"dbUser": "dolibarr",
|
||
|
|
"dbPassword": "your-db-password",
|
||
|
|
"localBackupDir": "~/backups/dolibarr"
|
||
|
|
},
|
||
|
|
"joomla-db": {
|
||
|
|
"name": "joomla",
|
||
|
|
"type": "mysql",
|
||
|
|
"sshHost": "waas.mokoconsulting.tech",
|
||
|
|
"sshUser": "mokoconsulting",
|
||
|
|
"sshKeyPath": "~/.ssh/id_ed25519",
|
||
|
|
"database": "joomla",
|
||
|
|
"dbUser": "joomla",
|
||
|
|
"dbPassword": "your-db-password",
|
||
|
|
"remotePaths": ["/var/www/html/images", "/var/www/html/media"],
|
||
|
|
"localBackupDir": "~/backups/joomla"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|