change electrs domain to getalbypro (#275)

This commit is contained in:
Fmar 2024-07-18 16:42:55 +02:00 committed by GitHub
parent 2524141bbc
commit 7d2fefc24d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -9,6 +9,6 @@ spec:
instance_size_slug: basic-xxs
envs:
- key: LDK_ESPLORA_SERVER
value: "https://electrs.getalby.com"
value: "https://electrs.getalbypro.com"
- key: LOG_EVENTS
value: "true"

View file

@ -25,7 +25,7 @@ type AppConfig struct {
CookieSecret string `envconfig:"COOKIE_SECRET"`
LogLevel string `envconfig:"LOG_LEVEL"`
LDKNetwork string `envconfig:"LDK_NETWORK" default:"bitcoin"`
LDKEsploraServer string `envconfig:"LDK_ESPLORA_SERVER" default:"https://electrs.getalby.com"` // TODO: remove LDK prefix
LDKEsploraServer string `envconfig:"LDK_ESPLORA_SERVER" default:"https://electrs.getalbypro.com"` // TODO: remove LDK prefix
LDKGossipSource string `envconfig:"LDK_GOSSIP_SOURCE"`
LDKLogLevel string `envconfig:"LDK_LOG_LEVEL"`
MempoolApi string `envconfig:"MEMPOOL_API" default:"https://mempool.space/api"`

View file

@ -18,4 +18,4 @@ services:
- key: LOG_EVENTS
value: true
- key: LDK_ESPLORA_SERVER
value: "https://electrs.getalby.com"
value: "https://electrs.getalbypro.com"

View file

@ -34,7 +34,7 @@ CPUQuota=90%
Environment="PORT=80"
Environment="WORK_DIR=/opt/albyhub/data"
Environment="LDK_ESPLORA_SERVER=https://electrs.getalby.com"
Environment="LDK_ESPLORA_SERVER=https://electrs.getalbypro.com"
Environment="LOG_EVENTS=true"
Environment="LDK_GOSSIP_SOURCE="