Skip to content

Commit b5b8af1

Browse files
add reactions option to template (#446)
1 parent 7129a40 commit b5b8af1

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

dev-resources/template/2_lrs.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,12 @@ Parameters:
8383
Type: String
8484
Default: v0.5.5
8585

86+
EnableReactions:
87+
Description: Whether or not to enable xAPI Reactions
88+
Default: false
89+
Type: String
90+
AllowedValues: [true, false]
91+
8692
ASGMinSize:
8793
Type: Number
8894
Default: 1
@@ -579,7 +585,8 @@ Resources:
579585
"lrs" : {
580586
"adminUserDefault": "${DefaultAdminUser}",
581587
"adminPassDefault": "${DefaultAdminPass}",
582-
"authorityUrl": "http://mydomain.com"
588+
"authorityUrl": "http://mydomain.com",
589+
"enableReactions": ${EnableReactions}
583590
},
584591
"webserver": {
585592
"httpHost": "0.0.0.0",

0 commit comments

Comments
 (0)