github.com/olivere/camlistore@v0.0.0-20140121221811-1b7ac2da0199/config/dev-indexer-config.json (about)

     1  { "_for-emacs": "-*- mode: js2;-*-",
     2    "handlerConfig": true,
     3    "baseURL": ["_env", "http://localhost:${CAMLI_PORT}"],
     4    "password": ["_env", "${CAMLI_PASSWORD}"],
     5    "prefixes": {
     6      "/indexer/": {
     7           "handler": "storage-mysqlindexer",
     8           "handlerArgs": {
     9                "database": "devcamlistore",
    10                "user": "root",
    11                "password": "root",
    12                "host": "127.0.0.1"
    13           }
    14        }
    15    }
    16  }
    17  
    18