File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed
Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,6 @@ POSTGRES_USER=postgres
66POSTGRES_PASSWORD=postgres
77DATABASE_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# =============================================================================
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments