From 74ab83548e3e931317c8a7780e8abcc6b2d26029 Mon Sep 17 00:00:00 2001 From: Adeyemi Aina Date: Wed, 11 Sep 2024 15:20:13 -0400 Subject: [PATCH] Adding staging environment to lti claims config file --- config/lti_claims_and_scopes.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/lti_claims_and_scopes.yml b/config/lti_claims_and_scopes.yml index 5629dae9..1e5ca186 100644 --- a/config/lti_claims_and_scopes.yml +++ b/config/lti_claims_and_scopes.yml @@ -51,4 +51,7 @@ test: <<: *defaults production: + <<: *defaults + +staging: <<: *defaults \ No newline at end of file