From 900f3c81297466f75b7532e6728713beab56239e Mon Sep 17 00:00:00 2001 From: Cliff Casey Date: Thu, 12 Dec 2024 11:25:11 -0500 Subject: [PATCH] add reactions option to template --- dev-resources/template/2_lrs.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/dev-resources/template/2_lrs.yml b/dev-resources/template/2_lrs.yml index 84b3e3ae1..292e7b859 100644 --- a/dev-resources/template/2_lrs.yml +++ b/dev-resources/template/2_lrs.yml @@ -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 @@ -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",