Skip to content

Commit 0254d91

Browse files
committed
fix(test-suite): remove tenant-era coprocessor args
1 parent 10866a1 commit 0254d91

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

test-suite/fhevm/env/staging/.env.coprocessor

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ POSTGRES_USER=postgres
66
POSTGRES_PASSWORD=postgres
77
DATABASE_URL="postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@db:5432/coprocessor"
88

9-
# =============================================================================
10-
# API & AUTHENTICATION - SENSITIVE
11-
# =============================================================================
12-
# IMPORTANT: For testing only - move to secure storage in production
13-
TENANT_API_KEY=a1503fb6-d79b-4e9e-826d-44cf262f3e05
14-
159
# =============================================================================
1610
# AWS/MINIO CONFIGURATION
1711
# =============================================================================

test-suite/fhevm/scripts/deploy-fhevm-stack.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,6 @@ run_additional_coprocessor_instance() {
499499

500500
sed -e "s#../env/staging/.env.coprocessor.local#../env/staging/.env.coprocessor.${instance_idx}.local#g" \
501501
-e "s/coprocessor-/coprocessor${instance_idx}-/g" \
502-
-e "s/--coprocessor${instance_idx}-api-key/--coprocessor-api-key/g" \
503502
-e "s/--coprocessor${instance_idx}-fhe-threads/--coprocessor-fhe-threads/g" \
504503
"$source_compose" > "$temp_compose"
505504

0 commit comments

Comments
 (0)