summaryrefslogtreecommitdiff
path: root/src/fauxton/settings.json.default
blob: 9716ceb3d5b108811df67634ab4827e3317ebedc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "deps": [
  { "name": "config" },
  { "name": "logs" },
  { "name": "stats" },
  { "name": "contribute" },
  { "name": "auth" }
  ],
    "template": {
      "src": "assets/index.underscore",
      "dest": "dist/debug/index.html",
      "variables": {
        "assets_root": "./",
        "requirejs": "require.js",
        "base": null
      }
    },

    "couch_config": {
      "fauxton": {
        "db": "http://localhost:5984/fauxton",
        "app": "./couchapp.js",
        "options": {
          "okay_if_missing": true
        }
      }
    }
}