Skip to content

Commit ba7a24d

Browse files
committed
Resolve stash conflict
1 parent 5505255 commit ba7a24d

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

config/index.js

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = {
1111
name: process.env.MAKI_SERVICE_NAME || 'Maki' ,
1212
source: 'https://github.com/martindale/maki',
1313
// heh. this silly RFC.
14-
authority: process.env.MAKI_SERVICE_AUTHORITY || 'localhost:9200' ,
14+
authority: process.env.MAKI_SERVICE_AUTHORITY || 'maki.io' ,
1515
namespace: NAMESPACE ,
1616
pitch: 'Made with Maki.',
1717
mission: process.env.MAKI_SERVICE_MISSION || 'Maki makes building beautiful apps a breeze.',
@@ -86,11 +86,17 @@ module.exports = {
8686
timeout: process.env.MAKI_SOCKETS_TIMEOUT || 30000
8787
},
8888
slack: {
89-
token: process.env.MAKI_SLACK_TOKEN || 'https://api.slack.com/docs/oauth-test-tokens'
89+
token: process.env.MAKI_SLACK_TOKEN || 'xoxp-9593051655-9593154709-33361206691-54fcdaf191'
9090
},
9191
auth: {
9292
local: {
9393
enabled: true
94+
},
95+
slack: {
96+
id: '9593051655.63459461600',
97+
secret: 'e461e545dfe7b088de9f1a92584f7df3',
98+
callback: 'https://maki.io/authentications/slack/callback',
99+
team: 'T09HF1HK9'
94100
}
95101
},
96102
views: {

0 commit comments

Comments
 (0)