Skip to content

Commit

Permalink
add reactions option to template
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffcaseyyet committed Dec 12, 2024
1 parent 25c871b commit 900f3c8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion dev-resources/template/2_lrs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@ Parameters:
Type: String
Default: v0.5.5

EnableReactions:
Description: Whether or not to enable xAPI Reactions
Default: false
Type: String
AllowedValues: [true, false]

ASGMinSize:
Type: Number
Default: 1
Expand Down Expand Up @@ -579,7 +585,8 @@ Resources:
"lrs" : {
"adminUserDefault": "${DefaultAdminUser}",
"adminPassDefault": "${DefaultAdminPass}",
"authorityUrl": "http://mydomain.com"
"authorityUrl": "http://mydomain.com",
"enableReactions": ${EnableReactions}
},
"webserver": {
"httpHost": "0.0.0.0",
Expand Down

0 comments on commit 900f3c8

Please sign in to comment.