liamfallon | 20c7487 | 2021-05-26 11:02:07 +0100 | [diff] [blame] | 1 | { |
| 2 | "name": "CommissioningGroup", |
FrancescoFioraEst | a348250 | 2021-06-24 16:30:23 +0100 | [diff] [blame^] | 3 | "supervisionScannerIntervalSec" : 1000, |
| 4 | "participantStateChangeIntervalSec" : 1000, |
| 5 | "participantClUpdateIntervalSec" : 1000, |
| 6 | "participantClStateChangeIntervalSec" : 1000, |
liamfallon | 20c7487 | 2021-05-26 11:02:07 +0100 | [diff] [blame] | 7 | "restServerParameters": { |
| 8 | "host": "127.0.0.1", |
| 9 | "port": 6969, |
| 10 | "userName": "admin", |
| 11 | "password": "password", |
| 12 | "https": false, |
| 13 | "aaf": false |
| 14 | }, |
| 15 | "databaseProviderParameters": { |
| 16 | "name": "CommissioningProviderParameterGroup", |
| 17 | "implementation": "org.onap.policy.models.provider.impl.DatabasePolicyModelsProviderImpl", |
| 18 | "databaseDriver": "org.h2.Driver", |
| 19 | "databaseUrl": "jdbc:h2:mem:testdb", |
| 20 | "databaseUser": "controlloop", |
| 21 | "databasePassword": "C0ntr0lL00p", |
| 22 | "persistenceUnit": "ToscaConceptTest" |
| 23 | } |
| 24 | } |