Skip to content

Commit

Permalink
style: manifest indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Yukaii committed Dec 24, 2024
1 parent 2d5e6c9 commit 8c882ec
Showing 1 changed file with 31 additions and 31 deletions.
62 changes: 31 additions & 31 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,39 +76,39 @@ pnpm inngest-dev

```json
{
"display_information": {
"name": "zuzugo"
"display_information": {
"name": "zuzugo"
},
"features": {
"bot_user": {
"display_name": "zuzugo",
"always_online": true
},
"features": {
"bot_user": {
"display_name": "zuzugo",
"always_online": true
},
"slash_commands": [
{
"command": "/zuzugo",
"url": "https://your-zuzugo-domain/api/slack",
"description": "zuzugo commands!",
"should_escape": false
}
]
},
"oauth_config": {
"redirect_urls": [
"https://your-zuzugo-domain/api/slack/oauth_redirect",
"https://your-zuzugo-domain/api/auth/callback/slack"
],
"scopes": {
"bot": [
"commands"
]
}
},
"settings": {
"org_deploy_enabled": false,
"socket_mode_enabled": false,
"token_rotation_enabled": false
"slash_commands": [
{
"command": "/zuzugo",
"url": "https://your-zuzugo-domain/api/slack",
"description": "zuzugo commands!",
"should_escape": false
}
]
},
"oauth_config": {
"redirect_urls": [
"https://your-zuzugo-domain/api/slack/oauth_redirect",
"https://your-zuzugo-domain/api/auth/callback/slack"
],
"scopes": {
"bot": [
"commands"
]
}
},
"settings": {
"org_deploy_enabled": false,
"socket_mode_enabled": false,
"token_rotation_enabled": false
}
}
```

Expand Down

0 comments on commit 8c882ec

Please sign in to comment.