Skip to content

Commit ad202bc

Browse files
committed
Merge branch 'community' of github.com:martindale/maki into community
2 parents ba7a24d + 8832418 commit ad202bc

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

config/index.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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: {

source/examples/maki.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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>

0 commit comments

Comments
 (0)