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