[Plugins] Use correct constant key for CouchDB

This commit is contained in:
Victor Woeltjen 2017-01-13 11:46:14 -08:00
parent 16ec65f38c
commit 72b753c67f

View File

@ -47,7 +47,7 @@ define([
"extensions": { "extensions": {
"constants": [ "constants": [
{ {
"key": "COUCH_PATH", "key": "COUCHDB_PATH",
"value": url, "value": url,
"priority": "mandatory" "priority": "mandatory"
} }