Files
sonr/pkl/sonr.net/Hway.pkl
T

18 lines
454 B
Plaintext
Raw Normal View History

@go.Package { name = "github.com/onsonr/sonr/pkg/config/hway" }
2024-12-05 20:36:58 -05:00
open module sonr.net.Hway
2024-12-05 20:36:58 -05:00
import "package://pkg.pkl-lang.org/pkl-go/pkl.golang@0.5.0#/go.pkl"
servePort: Int = 3000
sqliteFile: String = "hway.db"
chainId: String = "sonr-testnet-1"
ipfsGatewayUrl: String = "http://localhost:8080"
sonrApiUrl: String = "http://localhost:1317"
sonrGrpcUrl: String = "http://localhost:9090"
sonrRpcUrl: String = "http://localhost:26657"
psqlDSN: String
2024-12-05 20:36:58 -05:00