Skip to content

Commit

Permalink
stellar#490: removed STELLAR_CORE_DB_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
sreuland committed Oct 2, 2023
1 parent 458d03c commit 7e91338
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion common/horizon/etc/horizon.env
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
1 change: 0 additions & 1 deletion local/horizon/etc/horizon.env
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 7e91338

Please sign in to comment.