# extendify/0.10.2/config.json

Extendify, version 0.10.2. 16 lines.

- Page: https://pluginprobe.com/plugins/extendify/0.10.2/code/config.json
- Raw: https://pluginprobe.com/plugins/extendify/0.10.2/raw/config.json
- Modified: 2022-09-20T18:01:46+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/extendify/0.10.2/code/config.json#L10-L20`.

```json
{
    "api": {
        "onboarding": "https://dashboard.extendify.com/api/onboarding",
        "onboarding-dev": "https://testing.extendify.com/api/onboarding",
        "onboarding-local": "http://templates.test/api/onboarding",

        "assist": "https://dashboard.extendify.com/api/assist",
        "assist-dev": "https://testing.extendify.com/api/assist",
        "assist-local": "http://templates.test/api/assist",

        "live": "https://dashboard.extendify.com/api",
        "dev": "https://testing.extendify.com/api",
        "local": "http://templates.test/api"
    }
}

```
