Skip to content

Commit fdc4b6b

Browse files
committed
Update how to configure LRS client
1 parent e4848c0 commit fdc4b6b

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

README.adoc

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
:lang: ja
33
:source-highlighter: rouge
44
:author: 国立情報学研究所
5-
:revdate: 2022年1月20日
5+
:revdate: 2022年1月31日
66
:revnumber: 3.1-SNAPSHOT版
77
:doctype: book
88
:version-label:
@@ -150,14 +150,12 @@ image::learninglocker/new-xapi-store-client.png[align=center]
150150
----
151151
const config = {
152152
153-
LRS:{
153+
LRS: {
154154
...
155-
clients:{
156-
// LRS client
157-
'default':{
158-
user:'<xapi-store-client-key>', // <1>
159-
pass:'<xapi-store-client-secret>' // <1>
160-
},
155+
client: {
156+
key: '<xapi-store-client-key>', // <1>
157+
secret: '<xapi-store-client-secret>' // <1>
158+
},
161159
162160
----
163161
<1> <<learninglocker_client_settings>>で確認したLRSのクライアント情報を設定

0 commit comments

Comments
 (0)