Public Access
bd5f676e0a
Platform: moko-platform CI / Gate 2: Unit Tests (8.1) (push) Has been cancelled
Platform: moko-platform CI / Gate 2: Unit Tests (8.2) (push) Has been cancelled
Platform: moko-platform CI / Gate 2: Unit Tests (8.3) (push) Has been cancelled
Platform: moko-platform CI / Gate 3: Self-Health Check (push) Has been cancelled
Platform: moko-platform CI / Gate 4: Governance (push) Has been cancelled
Platform: moko-platform CI / Gate 5: Template Integrity (push) Has been cancelled
Platform: moko-platform CI / CI Summary (push) Has been cancelled
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
Generic: Repo Health / Report Issues (push) Has been cancelled
Generic: Repo Health / Site Health (push) Has been cancelled
Generic: Repo Health / Access control (push) Has been cancelled
Platform: moko-platform CI / Gate 1: Code Quality (push) Has been cancelled
# Conflicts: # cli/manifest_licensing.php
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"
|
|
}
|
|
}
|
|
}
|