From 19846578605afbe9d098b94fad408ee076915893 Mon Sep 17 00:00:00 2001 From: sophia chen Date: Tue, 2 Sep 2025 13:14:47 +1000 Subject: [PATCH] added identity_environment to remote config --- conf/operator/operator-config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/operator/operator-config.json b/conf/operator/operator-config.json index 000a336..0697175 100644 --- a/conf/operator/operator-config.json +++ b/conf/operator/operator-config.json @@ -4,6 +4,7 @@ "identity_token_expires_after_seconds": 3600, "refresh_token_expires_after_seconds": 86400, "refresh_identity_token_after_seconds": 900, - "sharing_token_expiry_seconds": 2592000 + "sharing_token_expiry_seconds": 2592000, + "identity_environment": "test" } } \ No newline at end of file