forked from Hacklone/private-bower
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.conf.json
54 lines (54 loc) · 1.36 KB
/
bower.conf.json
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"port": 5678,
"hostName": null,
"registryFile": "./bowerRepository.json",
"timeout": 144000,
"public": {
"disabled": false,
"registry": "http://bower.herokuapp.com/packages",
"registryFile": "./bowerRepositoryPublic.json",
"whitelist": [],
"blacklist": []
},
"authentication": {
"enabled": false,
"key": "password"
},
"repositoryCache": {
"cachePrivate": false,
"git": {
"enabled": false,
"cacheDirectory": "./gitRepoCache",
"host": "localhost",
"port": 6789,
"protocol": "git",
"publicAccessURL": null,
"refreshTimeout": 10,
"parameters": {
"timeout": 60000,
"max-connections": 100
}
},
"svn": {
"enabled": false,
"cacheDirectory": "./svnRepoCache",
"host": "localhost",
"port": 7891,
"protocol": "svn",
"publicAccessURL": null,
"refreshTimeout": 10
}
},
"proxySettings" : {
"enabled": false,
"host": "proxy",
"username": "name",
"password" : "pass",
"port": 8080,
"tunnel": false
},
"log4js" : {
"enabled": false,
"configPath" : "log4js.conf.json"
}
}