improve web-app config
This commit is contained in:
parent
280e2973cd
commit
371a8557b7
28 changed files with 831 additions and 344 deletions
|
|
@ -3,9 +3,9 @@ import {
|
|||
formatHealthCheckError,
|
||||
} from './health-checks.js';
|
||||
|
||||
const DEFAULT_RPC_URL = 'http://127.0.0.1:8545';
|
||||
const DEFAULT_RPC_URL = 'http://localhost:8081/api/rpc';
|
||||
const DEFAULT_WEBAPP_URL = 'http://localhost:8081';
|
||||
const DEFAULT_GRAPHQL_URL = 'http://localhost:8081/graphql';
|
||||
const DEFAULT_GRAPHQL_URL = 'http://localhost:8081/api/graphql';
|
||||
|
||||
export interface StackConfig {
|
||||
rpcUrl: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue