configuration-templates – Blame information for rev 56

Subversion Repositories:
Rev:
Rev Author Line No. Line
56 office 1 {
2 "port": 5678,
3 "registryFile": "/srv/private-bower/bowerRepository.json",
4 "timeout": 144000,
5 "public": {
6 "disabled": false,
7 "registry": "http://bower.grimore.org/packages",
8 "registryFile": "/srv/private-bower/bowerRepositoryPublic.json",
9 "whitelist": [],
10 "blacklist": []
11 },
12 "authentication": {
13 "enabled": false,
14 "key": "password"
15 },
16 "repositoryCache": {
17 "cachePrivate": false,
18 "git": {
19 "enabled": true,
20 "cacheDirectory": "/srv/private-bower/gitRepoCache",
21 "host": "localhost",
22 "port": 6789,
23 "publicAccessURL" : null,
24 "refreshTimeout": 10
25 },
26 "svn": {
27 "enabled": true,
28 "cacheDirectory": "/srv/private-bower/svnRepoCache",
29 "host": "localhost",
30 "port": 7891,
31 "publicAccessURL" : null,
32 "refreshTimeout": 10
33 }
34 },
35 "proxySettings" : {
36 "enabled": false,
37 "host": "proxy",
38 "username": "name",
39 "password" : "pass",
40 "port": 8080,
41 "tunnel": false
42 },
43 "log4js" : {
44 "enabled": false,
45 "configPath" : "log4js.conf.json"
46 }
47 }