kopia lustrzana https://github.com/bugout-dev/moonstream
Fix url for auth
rodzic
0f07c4be6f
commit
00e3e9416a
|
@ -27,8 +27,8 @@ var (
|
|||
|
||||
// Bugout client
|
||||
// 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")
|
||||
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")
|
||||
|
||||
// Bugout and application configuration
|
||||
|
|
Ładowanie…
Reference in New Issue