diff --git a/conf/local-config.json b/conf/local-config.json index e3e2bacb..11320300 100644 --- a/conf/local-config.json +++ b/conf/local-config.json @@ -30,8 +30,6 @@ "master_key_expires_after_seconds": 60000, "site_key_activates_in_seconds": 60, "site_key_expires_after_seconds": 90000, - "salt_snapshot_activates_in_seconds": 180, - "salt_snapshot_expires_after_seconds": 180000, "is_auth_disabled": true, "enable_keysets": true, "okta_client_id": "0oa1ok419hd6kbKJZ1d8", diff --git a/conf/local-e2e-docker-config.json b/conf/local-e2e-docker-config.json index f1edfcdc..b1882d11 100644 --- a/conf/local-e2e-docker-config.json +++ b/conf/local-e2e-docker-config.json @@ -30,8 +30,6 @@ "master_key_expires_after_seconds": 60000, "site_key_activates_in_seconds": 60, "site_key_expires_after_seconds": 90000, - "salt_snapshot_activates_in_seconds": 180, - "salt_snapshot_expires_after_seconds": 180000, "is_auth_disabled": true, "enable_keysets": true, "okta_client_id": "0oa1ok419hd6kbKJZ1d8",