textiot
Version:
A framework for building web and native (IoT) Dapps on the IPFS network
45 lines (44 loc) • 936 B
TypeScript
export declare const config: {
API: {
HTTPHeaders: {
'Access-Control-Allow-Headers': string[];
'Access-Control-Allow-Methods': string[];
'Access-Control-Allow-Origin': string[];
Server: string[];
};
SizeLimit: number;
};
Account: {
Address: string;
Thread: string;
};
Addresses: {
API: string;
CafeAPI: string;
Gateway: string;
};
Cafe: {
Client: {
Mobile: {
P2PWireLimit: number;
};
};
Host: {
NeighborURL: string;
Open: boolean;
PublicIP: string;
SizeLimit: number;
URL: string;
};
};
IsMobile: boolean;
IsServer: boolean;
Logs: {
LogToDisk: boolean;
};
Threads: {
Defaults: {
ID: string;
};
};
};