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