Add open registration to Synapse homeserver config in CI
[gitter.git] / config / config.dev.json
bloba3f74c04469ac0bc0b37d72e29603624d047f5e1
2   "web": {
3     "homeurl": "/",
4     "domain": "localhost",
5     "baseserver": "localhost",
6     "baseport": "5000",
7     "basepath": "http://localhost:5000",
8     "apiBasePath": "http://localhost:5000/api",
9     "minified": false,
10     "staticContentExpiryDays": 0,
11     "cacheTemplates": false,
12     "useFirebugInIE": false,
13     "consoleLogging": true,
14     "badgeBaseUrl": "http://localhost:4000",
15     "liveReload": true,
16     "startApiInPrimaryApp": true
17   },
18   "cdn": {
19     "use": true,
20     "hosts": ["localhost:5001"]
21   },
22   "http": {
23     "responseTimeout": 20000
24   },
25   "webhooks": {
26     "basepath": "http://localhost:3001",
27     "secret": "HeKhSvi6Jz8MNx0wU3XKbIeE"
28   },
29   "ws": {
30     "fayeUrl": "http://localhost:5000/bayeux",
31     "startFayeInPrimaryApp": true,
32     "fayePerMessageDeflate": true,
33     "disableLegacyEndpoint": true
34   },
35   "matrix": {
36     "bridge": {
37       "homeserverUrl": "http://localhost:18008",
38       "serverName": "my.matrix.host",
39       "applicationServiceUrl": "http://host.docker.internal:9000",
40       "applicationServicePort": 9000,
41       "matrixBridgeMxidLocalpart": "gitter-badger",
42       "gitterBridgeBackingUsername": "gitter-badger",
43       "gitterBridgeProfileUsername": "gitter-badger",
44       "testSynapseRegistrationSharedSecret": "n9SkRshHAtx=A&bJFh_Rb1Ee;N~BE+x1y@T=b7jqT#5Cwe@K0r"
45     }
46   },
47   "virtualUsers": {
48     "approvedClientKeyMap": {
49       "matrix-bridge-dev": "matrix"
50     }
51   },
52   "logging": {
53     "logToFile": false,
54     "level": "verbose",
55     "colorize": true,
56     "prettyPrint": true,
57     "minimalAccess": true,
59     "access": true,
60     "loggingFormat": "dev",
61     "logStaticAccess": false,
62     "logEmailContents": true,
63     "longStackSupport": true,
64     "logToUDP": true
65   },
66   "notifications": {
67     "minimumUserAlertInterval": 600,
68     "notificationDelay": 1,
69     "notificationDelay2": 30,
70     "emailNotificationsAfterMins": 1,
71     "timeBeforeNextEmailNotificationMins": 1
72   },
73   "express": {
74     "viewCache": false,
75     "showStack": true
76   },
77   "stats": {
78     "envName": "dev",
79     "console": {
80       "enabled": false
81     },
82     "cube": {
83       "enabled": false
84     },
85     "intercom": {
86       "enabled": false
87     },
88     "customerio": {
89       "enabled": false
90     },
91     "ga": {
92       "enabled": true,
93       "key": "UA-45918290-3",
94       "domain": "localhost"
95     }
96   },
97   "mongo": {
98     "connection": {
99       "hosts": ["localhost:27017"],
100       "database": "gitter",
101       "options": {}
102     },
103     "profileSlowQueries": true,
104     "logQueries": false,
105     "noAutoIndex": true
106   },
107   "test": {
108     "exposeInBrowserTests": true,
109     "exposeDataForTestingPurposes": true,
110     "wsPort": 5006
111   },
112   "gitlaboauth": {
113     "consumer_key": "",
114     "consumer_secret": ""
115   },
116   "twitteroauth": {
117     "consumer_key": "",
118     "consumer_secret": ""
119   },
120   "googleoauth2": {
121     "client_id": "",
122     "client_secret": ""
123   },
124   "linkedinoauth2": {
125     "client_id": "",
126     "client_secret": ""
127   },
128   "github": {
129     "caching": true,
130     "fast-repo-description-cache-timeout": 60,
131     "foreverAgent": true,
132     "client_id": "",
133     "client_secret": "",
134     "user_client_id": "",
135     "user_client_secret": "",
136     "anonymous_app": {
137       "client_id": "",
138       "client_secret": ""
139     }
140   },
141   "chat-service": {
142     "get-rough-message-count-cache-timeout": 60
143   },
144   "irc": {
145     "clientKey": "irc-dev"
146   },
147   "redis": "redis://localhost",
148   "redis_faye": "redis://localhost?db=3",
149   "redis_nopersist": "redis://localhost?db=1",
150   "redis_caching": "redis://localhost?db=2",
151   "elasticsearch": {
152     "hosts": ["http://localhost:9200"],
153     "sniffOnStart": false
154   },
155   "transloadit": {},
156   "serializer": {
157     "warning-period": 300
158   },
159   "neo4j": {
160     "endpoint": "http://localhost:7474"
161   },
162   "resque": {
163     "queuePrefix": ""
164   },
165   "sitemap": {
166     "allowCrawling": true,
167     "location": "https://s3.amazonaws.com/gitter-sitemap/dev/sitemap.xml"
168   },
169   "mandrill": {},
170   "tokens": {
171     "anonymousPassword": ""
172   }