@energyweb/node-red-contrib-green-proof-worker
Version:
## Peer dependencies
12 lines (11 loc) • 540 B
TypeScript
export declare const nodesGlobalEnvConfig: {
VOTING_SERVICE_CONFIG_WORKER_SEED: string | undefined;
VOTING_SERVICE_CONFIG_WORKER_ADDRESS: string | undefined;
VOTING_SERVICE_CONFIG_VOTING_URL: string | undefined;
VOTING_SERVICE_CONFIG_SOLUTION_NAMESPACE: string | undefined;
VOTING_SERVICE_CONFIG_INDEXER_URL: string | undefined;
SOURCE_HTTP_API_HOST: string | undefined;
SOURCE_KAFKA_CONFIG_BROKERS: string | undefined;
SQLITE_CONFIG_DB_LOCATION: string | undefined;
BASE_URL_CDN: string | undefined;
};