Update lerouxb location to fix tests
[gitter.git] / config / config.default.json
blob36135c02aa914e68ca087b54784497de2e0fc0ff
2   "web": {
3     "homeurl": "/",
4     "domain": "gitter.im",
5     "secureCookies": false,
6     "staticContent": "public",
7     "staticContentExpiryDays": 365,
8     "minified": true,
9     "cacheTemplates": false,
10     "cookiePrefix": "d_",
11     "sessionSecret": "",
12     "sessionTTL": 21600,
13     "useFirebugInIE": false,
14     "consoleLogging": false,
15     "rememberMeTTLDays": 30,
16     "backlog": 128,
17     "liveReload": false,
18     "startApiInPrimaryApp": true,
19     "apiRateLimit": 100
20   },
21   "webhooks": {
22     "secret": "sEjtXk0HW5lWXVgApuAJdk8sejME"
23   },
24   "express": {
25     "showStack": false,
26     "fileCleanupExpiration": 60,
27     "fileCleanupInterval": 60,
28     "viewCache": false
29   },
30   "presence": {
31     "prefix": "pr",
32     "gcInterval": 60000
33   },
34   "apn": {
35     "feedbackInterval": 30
36   },
37   "gcm": {
38     "apiKey": ""
39   },
40   "vapid": {
41     "contact": "",
42     "publicKey": "",
43     "privateKey": ""
44   },
45   "notifications": {
46     "notificationsSender": "support@gitter.im",
47     "replyToAddress": "no-reply@gitter.im",
48     "minimumUserAlertInterval": 57600,
49     "notificationDelay": 20,
50     "notificationDelay2": 180,
51     "emailNotificationsAfterMins": 60,
52     "timeBeforeNextEmailNotificationMins": 3600,
53     "filterTestValues": true
54   },
55   "ws": {
56     "hostname": "localhost",
57     "externalPort": 5000,
58     "bindIp": "127.0.0.1",
59     "port": 5000,
60     "nowjsUrl": "",
61     "startFayeInPrimaryApp": false,
62     "superClientPassword": "",
63     "fayePerMessageDeflate": true,
64     "fayeTimeoutOLD": 300,
65     "fayeTimeout": 120,
66     "fayeRetry": 2,
67     "fayePing": 40,
68     "backlog": 128,
69     "subscribeTimeoutThreshold": 5000,
70     "useDeprecatedChannels": false
71   },
72   "PORT": 5000,
73   "runtime": {
74     "gid": "",
75     "uid": ""
76   },
77   "email": {
78     "emailBasePath": "http://localhost:5000",
79     "unsubscribeNotificationsSecret": "",
80     "limitInviteEmails": true,
81     "inviteEmailAbuseThresholdPerDay": 10
82   },
83   "amazon": {
84     "accessKey": "",
85     "secretKey": ""
86   },
87   "export": {
88     "enabled": true
89   },
90   "logging": {
91     "logToFile": false,
92     "level": "verbose",
93     "colorize": false,
94     "timestamp": true,
95     "prettyPrint": false,
97     "access": true,
98     "loggingFormat": "default",
99     "logStaticAccess": false,
100     "logEmailContents": false,
101     "longStackSupport": false,
103     "logstash": {
104       "enabled": false,
105       "host": "127.0.0.1",
106       "port": 6140
107     }
108   },
109   "cdn": {
110     "use": false
111   },
112   "stats": {
113     "logger": {
114       "enabled": false
115     },
116     "statsd": {
117       "prefix": "gitter.web."
118     },
119     "ga": {
120       "domain": "gitter.im"
121     }
122   },
123   "integrations": {
124     "secret": ""
125   },
126   "github": {
127     "caching": true,
128     "cache-timeout": 120,
129     "fast-repo-description-cache-timeout": 86400,
130     "statePassphrase": ""
131   },
132   "chat-service": {
133     "get-rough-message-count-cache-timeout": 86400
134   },
135   "revokedUserAgents": [],
136   "irc": {},
137   "errorReporting": {
138     "enabled": false
139   },
140   "zendesk": {
141     "subdomain": "",
142     "sharedKey": ""
143   },
144   "facebook": {
145     "appId": ""
146   },
147   "twitterbadger": {
148     "consumer_key": "",
149     "consumer_secret": "",
150     "access_token": "",
151     "access_token_secret": ""
152   },
153   "serializer": {
154     "warning-period": 100
155   },
156   "STAGING": false,
157   "premiumRelease": "9/3/2014",
158   "autoPullRequest": {
159     "enabled": false
160   },
161   "elasticsearch": {
162     "defaultQueryTimeout": 1000,
163     "sniffOnStart": true
164   },
165   "transloadit": {
166     "avatars": {
167       "bucket": "gitter-avatars-dev"
168     }
169   },
170   "project-splitsville": {
171     "enabled": false
172   },
173   "avatar": {
174     "officialHost": "http://localhost:5000/api/private/avatars",
175     "dnsPreloadHosts": ["localhost"],
176     "hosts": [
177       "http://localhost:5000/api/private/avatars",
178       "http://localhost:5000/api/private/avatars"
179     ]
180   },
181   "suggestions": {
182     "cache-timeout": 86400
183   },
184   "headlineNumbers": {
185     "gitterUsers": "800K+",
186     "gitterRooms": "300K+",
187     "gitterGroups": "90K+",
188     "gitterCountries": "100+"
189   }