diff --git a/config/config.go b/config/config.go index 61a5115..1a44d2a 100644 --- a/config/config.go +++ b/config/config.go @@ -50,7 +50,7 @@ func setBase() error { custodialURLBase = env.GetEnv("CUSTODIAL_URL_BASE", "http://localhost:5003") dataURLBase = env.GetEnv("DATA_URL_BASE", "http://localhost:5006") aliasEnsURLBase = env.GetEnv("ALIAS_ENS_BASE", "http://localhost:5015") - externalSMSBase = env.GetEnv("EXTRA_SMS_BASE", "http://localhost:5035") + externalSMSBase = env.GetEnv("EXTERNAL_SMS_BASE", "http://localhost:5035") BearerToken = env.GetEnv("BEARER_TOKEN", "") _, err = url.Parse(custodialURLBase)