RPCWebSocketServer
This commit is contained in:
@@ -2,7 +2,5 @@ import { Config } from "effect"
|
||||
|
||||
|
||||
export const httpPort = Config.number("HTTP_PORT").pipe(Config.withDefault(8080))
|
||||
export const websocketPort = Config.number("WEBSOCKET_PORT").pipe(Config.withDefault(3001))
|
||||
|
||||
export const rpcHTTPRoot = Config.string("RPC_HTTP_ROOT").pipe(Config.withDefault("/rpc"))
|
||||
export const rpcHTTPPlaygroundRoot = Config.string("RPC_HTTP_PLAYGROUND_ROOT").pipe(Config.withDefault("/rpc/playground"))
|
||||
|
||||
Reference in New Issue
Block a user