kopia lustrzana https://github.com/bugout-dev/moonstream
Hardcoded auth url for nb
rodzic
5a7e328334
commit
b629e42f17
|
@ -24,7 +24,9 @@ var (
|
||||||
supportedBlockchains map[string]bool
|
supportedBlockchains map[string]bool
|
||||||
|
|
||||||
// Bugout client
|
// Bugout client
|
||||||
BUGOUT_BROOD_URL = os.Getenv("BUGOUT_BROOD_URL")
|
// TODO(kompotkot): Find out why it cuts out the port
|
||||||
|
BUGOUT_BROOD_URL = "https://auth.bugout.dev"
|
||||||
|
// BUGOUT_BROOD_URL = os.Getenv("BUGOUT_BROOD_URL")
|
||||||
NB_BUGOUT_TIMEOUT_SECONDS_RAW = os.Getenv("NB_BUGOUT_TIMEOUT_SECONDS")
|
NB_BUGOUT_TIMEOUT_SECONDS_RAW = os.Getenv("NB_BUGOUT_TIMEOUT_SECONDS")
|
||||||
|
|
||||||
// Bugout and application configuration
|
// Bugout and application configuration
|
||||||
|
|
Ładowanie…
Reference in New Issue