wlan-ap-Telecominfraproject/cloud/app/config/ProfileRadius.json
John Crispin 7f8b15eb03 cloud: add tooling for starting a local cloud-sdk instance
This patch adds a script to configure and start a local instance
of the cloud-sdk.
The script also allows you to generate the device specific config json.

Signed-off-by: John Crispin <john@phrozen.org>
2020-07-10 09:45:27 +02:00

35 lines
772 B
JSON

[
{
"model_type": "Profile",
"id": 1,
"customerId": 2,
"profileType": "radius",
"name": "RadiusProfileOttawa",
"details": {
"model_type": "RadiusProfile",
"subnetConfiguration": null,
"serviceRegionMap": {
"Ottawa": {
"model_type": "RadiusServiceRegion",
"serverMap": {
"RadiusProfileOttawa": [
{
"model_type": "RadiusServer",
"ipAddress": "localhost",
"secret": "testing123",
"authPort": 1812,
"timeout": null
}
]
},
"regionName": "Ottawa"
}
},
"profileType": "radius"
},
"createdTimestamp": 1591653174195,
"lastModifiedTimestamp": 1591653174195,
"childProfileIds": []
}
]