File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff 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 : {
You can’t perform that action at this time.
0 commit comments