interface ISettings { appName: string; nodeHost: string; nodePort: number; nodeUrl: string; apiUrl: string; }