Sign in
apache
/
pouchdb
/
refs/heads/test-npm-git
/
.
/
src
/
plugins
/
memory
/
config.js
blob: f4d893c3dc95f1c666d02a5f95bb057e111695c0 [
file
] [
log
] [
blame
]
export
default
{
name
:
'memory'
,
valid
:
function
()
{
return
true
;
},
use_prefix
:
false
};