Sfoglia il codice sorgente

Change the url to reflect the most common usecase

pull/615/head
vaivars 6 anni fa
committed by GitHub
parent
commit
e73b863329
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      docs/configuring-playbook-dimension.md

+ 2
- 2
docs/configuring-playbook-dimension.md Vedi File

@@ -54,9 +54,9 @@ curl -X POST --header 'Content-Type: application/json' -d '{
"identifier": { "type": "m.id.user", "user": "YourDimensionUsername" }, "identifier": { "type": "m.id.user", "user": "YourDimensionUsername" },
"password": "YourDimensionPassword", "password": "YourDimensionPassword",
"type": "m.login.password" "type": "m.login.password"
}' 'http://localhost:8008/_matrix/client/r0/login'
}' 'https://matrix.YOURDOMAIN/_matrix/client/r0/login'
``` ```
*Change the "YourDimensionUser/Pass" accordingly*
*Change the "YourDimensionUser/Pass" URL accordigly*


**Access tokens are sensitive information. Do not include them in any bug reports, messages, or logs. Do not share the access token with anyone.** **Access tokens are sensitive information. Do not include them in any bug reports, messages, or logs. Do not share the access token with anyone.**




Caricamento…
Annulla
Salva