mirror of
https://github.com/getAlby/hub.git
synced 2026-08-13 12:33:39 +02:00
change electrs domain to getalbypro (#275)
This commit is contained in:
parent
2524141bbc
commit
7d2fefc24d
4 changed files with 4 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"`
|
||||
|
|
|
|||
|
|
@ -18,4 +18,4 @@ services:
|
|||
- key: LOG_EVENTS
|
||||
value: true
|
||||
- key: LDK_ESPLORA_SERVER
|
||||
value: "https://electrs.getalby.com"
|
||||
value: "https://electrs.getalbypro.com"
|
||||
|
|
|
|||
|
|
@ -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="
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue