mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 13:17:53 +00:00
18 lines
438 B
JSON
18 lines
438 B
JSON
|
{
|
||
|
"extensions": {
|
||
|
"components": [
|
||
|
{
|
||
|
"provides": "persistenceService",
|
||
|
"type": "provider",
|
||
|
"implementation": "BrowserPersistenceProvider.js",
|
||
|
"depends": [ "$q", "PERSISTENCE_SPACE" ]
|
||
|
}
|
||
|
],
|
||
|
"constants": [
|
||
|
{
|
||
|
"key": "PERSISTENCE_SPACE",
|
||
|
"value": "mct"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|