Continue work with PolicyControl
[nonrtric.git] / policy-agent / src / test / resources / test_application_configuration.json
1 {
2    "config": {
3       "//description": "Application configuration",
4       "ric": [
5          {
6             "name": "ric1",
7             "baseUrl": "http://localhost:8080/",
8             "managedElementIds": [
9                "kista_1",
10                "kista_2"
11             ]
12          }
13       ]
14    }
15 }