refactor: remove unused devbox.json and related configurations

This commit is contained in:
Prad Nukala
2024-12-10 15:09:32 -05:00
parent b57bea6f7b
commit e139aee2b3
7 changed files with 65 additions and 94 deletions
+1 -2
View File
@@ -1,4 +1,4 @@
@go.Package { name = "github.com/onsonr/sonr/app/gateway/config" }
@go.Package { name = "github.com/onsonr/sonr/internal/gateway/config" }
open module sonr.hway.Env
@@ -14,6 +14,5 @@ ipfsGatewayUrl: String = "http://localhost:8080"
sonrApiUrl: String = "http://localhost:1317"
sonrGrpcUrl: String = "http://localhost:9090"
sonrRpcUrl: String = "http://localhost:26657"
turnstileSiteKey: String = read("env:TURNSTILE_SITE_KEY") ?? ""
+1 -1
View File
@@ -1,4 +1,4 @@
@go.Package { name = "github.com/onsonr/sonr/app/vault/types" }
@go.Package { name = "github.com/onsonr/sonr/internal/vault/types" }
module sonr.motr.DWN