From 7e913380ebd143559feea88cb8918cce4a51e3be Mon Sep 17 00:00:00 2001 From: Shawn Reuland Date: Mon, 2 Oct 2023 16:30:35 -0700 Subject: [PATCH] #490: removed STELLAR_CORE_DB_URL --- common/horizon/etc/horizon.env | 1 - local/horizon/etc/horizon.env | 1 - 2 files changed, 2 deletions(-) diff --git a/common/horizon/etc/horizon.env b/common/horizon/etc/horizon.env index bc444ee9..eb8e25ef 100644 --- a/common/horizon/etc/horizon.env +++ b/common/horizon/etc/horizon.env @@ -1,7 +1,6 @@ #!/bin/bash export DATABASE_URL="postgres://stellar:__PGPASS__@localhost/horizon" -export STELLAR_CORE_DATABASE_URL="postgres://stellar:__PGPASS__@localhost/core" export STELLAR_CORE_URL="http://localhost:11626" export LOG_LEVEL="info" export ENABLE_CAPTIVE_CORE_INGESTION="false" diff --git a/local/horizon/etc/horizon.env b/local/horizon/etc/horizon.env index 0269218a..df14f8d4 100644 --- a/local/horizon/etc/horizon.env +++ b/local/horizon/etc/horizon.env @@ -1,7 +1,6 @@ #!/bin/bash export DATABASE_URL="postgres://stellar:__PGPASS__@localhost/horizon" -export STELLAR_CORE_DATABASE_URL="postgres://stellar:__PGPASS__@localhost/core" export STELLAR_CORE_URL="http://localhost:11626" export LOG_LEVEL="info" export ENABLE_CAPTIVE_CORE_INGESTION="false"