mirror of
https://github.com/onsonr/hway.git
synced 2025-03-10 13:07:09 +00:00
17 lines
453 B
Plaintext
17 lines
453 B
Plaintext
|
@go.Package { name = "github.com/onsonr/hway/internal/config" }
|
||
|
|
||
|
|
||
|
open module sonr.net.Hway
|
||
|
|
||
|
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
|