From b4d05248caff64f8755494890cfe5ab3aaa56d94 Mon Sep 17 00:00:00 2001 From: "Tyler.S" Date: Mon, 20 Nov 2023 11:30:21 -0800 Subject: [PATCH] Remove captive_core_use_db from test configs --- cmd/soroban-rpc/internal/config/test.soroban.rpc.config | 1 - cmd/soroban-rpc/internal/config/toml_test.go | 1 - 2 files changed, 2 deletions(-) diff --git a/cmd/soroban-rpc/internal/config/test.soroban.rpc.config b/cmd/soroban-rpc/internal/config/test.soroban.rpc.config index 96d924743..c28a9c17b 100644 --- a/cmd/soroban-rpc/internal/config/test.soroban.rpc.config +++ b/cmd/soroban-rpc/internal/config/test.soroban.rpc.config @@ -4,7 +4,6 @@ NETWORK_PASSPHRASE="Standalone Network ; February 2017" STELLAR_CORE_URL="http://localhost:11626" CAPTIVE_CORE_CONFIG_PATH="/opt/stellar/soroban-rpc/etc/stellar-captive-core.cfg" CAPTIVE_CORE_STORAGE_PATH="/opt/stellar/soroban-rpc/captive-core" -CAPTIVE_CORE_USE_DB=true STELLAR_CORE_BINARY_PATH="/usr/bin/stellar-core" HISTORY_ARCHIVE_URLS=["http://localhost:1570"] DB_PATH="/opt/stellar/soroban-rpc/rpc_db.sqlite" diff --git a/cmd/soroban-rpc/internal/config/toml_test.go b/cmd/soroban-rpc/internal/config/toml_test.go index e60c4e47d..93fa1809b 100644 --- a/cmd/soroban-rpc/internal/config/toml_test.go +++ b/cmd/soroban-rpc/internal/config/toml_test.go @@ -19,7 +19,6 @@ NETWORK_PASSPHRASE = "Test SDF Future Network ; October 2022" # testing comments work ok STELLAR_CORE_BINARY_PATH = "/usr/bin/stellar-core" -CAPTIVE_CORE_USE_DB = true CAPTIVE_CORE_STORAGE_PATH = "/etc/stellar/soroban-rpc" CAPTIVE_CORE_CONFIG_PATH = "/etc/stellar/soroban-rpc/captive-core.cfg" `