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
19 lines
384 B
JSON
19 lines
384 B
JSON
{
|
|
"defaultConnection": "production",
|
|
"connections": {
|
|
"local-dev": {
|
|
"baseUrl": "https://localhost:8080",
|
|
"apiKey": "your-api-key-here",
|
|
"insecure": true
|
|
},
|
|
"production": {
|
|
"baseUrl": "https://api.example.com",
|
|
"apiKey": "your-production-api-key"
|
|
},
|
|
"staging": {
|
|
"baseUrl": "https://api-staging.example.com",
|
|
"apiKey": "your-staging-api-key"
|
|
}
|
|
}
|
|
}
|