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