We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7129a40 commit b5b8af1Copy full SHA for b5b8af1
dev-resources/template/2_lrs.yml
@@ -83,6 +83,12 @@ Parameters:
83
Type: String
84
Default: v0.5.5
85
86
+ EnableReactions:
87
+ Description: Whether or not to enable xAPI Reactions
88
+ Default: false
89
+ Type: String
90
+ AllowedValues: [true, false]
91
+
92
ASGMinSize:
93
Type: Number
94
Default: 1
@@ -579,7 +585,8 @@ Resources:
579
585
"lrs" : {
580
586
"adminUserDefault": "${DefaultAdminUser}",
581
587
"adminPassDefault": "${DefaultAdminPass}",
582
- "authorityUrl": "http://mydomain.com"
588
+ "authorityUrl": "http://mydomain.com",
589
+ "enableReactions": ${EnableReactions}
583
590
},
584
591
"webserver": {
592
"httpHost": "0.0.0.0",
0 commit comments