File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed
Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -86,17 +86,17 @@ module.exports = {
8686 timeout : process . env . MAKI_SOCKETS_TIMEOUT || 30000
8787 } ,
8888 slack : {
89- token : process . env . MAKI_SLACK_TOKEN || 'xoxp-9593051655-9593154709-33361206691-54fcdaf191 '
89+ token : process . env . MAKI_SLACK_TOKEN || 'https://api.slack.com/docs/oauth-test-tokens '
9090 } ,
9191 auth : {
9292 local : {
9393 enabled : true
9494 } ,
9595 slack : {
96- id : '9593051655.63459461600 ' ,
97- secret : 'e461e545dfe7b088de9f1a92584f7df3 ' ,
98- callback : 'https://maki.io /authentications/slack/callback' ,
99- team : 'T09HF1HK9 '
96+ id : 'get from slack ' ,
97+ secret : 'get from slack ' ,
98+ callback : 'https://maki.fabric.pub /authentications/slack/callback' ,
99+ team : 'get from slack API '
100100 }
101101 } ,
102102 views : {
Original file line number Diff line number Diff line change 1+ ---
2+ title : Source for Maki's Website
3+ description : We've built the Maki website with Maki itself, so you can see how everything works.
4+ ---
5+
6+ The entire Maki website is built with the same tools [ every other example is] ( /examples ) , so it's easy to see how you can use the features yourself.
7+
8+ <maki-code-snippet src =" https://raw.githubusercontent.com/martindale/maki/master/config/index.js " ></maki-code-snippet >
You can’t perform that action at this time.
0 commit comments