We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55a045f commit e82c1bdCopy full SHA for e82c1bd
config/config.go
@@ -159,7 +159,6 @@ func init() {
159
Cfg.OpenAudioURLs = []string{
160
"creatornode.audius.co",
161
"creatornode2.audius.co",
162
- "creatornode3.audius.co",
163
}
164
if Cfg.DelegatePrivateKey == "" {
165
log.Fatalf("Missing required %s env var: delegatePrivateKey", env)
config/nodes.go
@@ -21,7 +21,6 @@ var (
21
ProdUploadNodes = []string{
22
"https://creatornode.audius.co",
23
"https://creatornode2.audius.co",
24
- "https://creatornode3.audius.co",
25
26
StageUploadNodes = []string{
27
"https://creatornode6.staging.audius.co",
0 commit comments