-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
30 lines (30 loc) · 764 Bytes
/
config.json
File metadata and controls
30 lines (30 loc) · 764 Bytes
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
{
"host": "0.0.0.0",
"port": 8080,
"datasources": {
"mainDB": {
"url": "jdbc:mysql://127.0.0.1:3306/jeedup?relaxAutoCommit=true&autoReconnect=true",
"username": "root",
"password": "dlvr"
},
"auxDB": {
"url": "jdbc:mysql://127.0.0.1:3306/jeedup_aux?relaxAutoCommit=true&autoReconnect=true",
"username": "root",
"password": "dlvr"
}
},
"queues": {
"mainQueue": {
"host": "127.0.0.1",
"port": 5672,
"username": "guest",
"password": "guest"
}
},
"twitter": {
"consumerKey": "",
"consumerSecret": "",
"token": "",
"tokenSecret": ""
}
}