{ "port": 5678, "registryFile": "/opt/private-bower/bowerRepository.json", "timeout": 144000, "server": { "port": 5678, "hostName": null, "siteBaseUrl": null }, "public": { "disabled": true, "registry": "https://registry.bower.io/packages", "whitelist": [], "blacklist": [] }, "authentication": { "enabled": true, "key": "XXXXXXXXXXXXXXXX" }, "repositoryCache": { "cachePrivate": false, "git": { "enabled": false, "cacheDirectory": "./gitRepoCache", "host": "localhost", "port": 6789, "publicAccessURL" : null, "refreshTimeout": 10 }, "svn": { "enabled": false, "cacheDirectory": "./svnRepoCache", "host": "localhost", "port": 7891, "publicAccessURL" : null, "refreshTimeout": 10 } }, "proxySettings" : { "enabled": false, "host": "proxy", "username": "name", "password" : "pass", "port": 8080, "tunnel": false }, "log4js" : { "enabled": false, "configPath" : "log4js.conf.json" } }