Browse Source

Change value of client_secret to avoid confusion

pull/929/head
Yannick Goossens 5 years ago
parent
commit
9f95cef494
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/configuring-playbook-bot-go-neb.md

+ 1
- 1
docs/configuring-playbook-bot-go-neb.md View File

@@ -120,7 +120,7 @@ matrix_bot_go_neb_services:
UserID: "@imgur:{{ matrix_domain }}" # requires a Syncing client
Config:
client_id: "AIzaSyA4FD39m9"
client_secret: "AIzaSyA4FD39m9"
client_secret: "somesecret"

- ID: "wikipedia_service"
Type: "wikipedia"


Loading…
Cancel
Save