/** * Generic strings that could be used throughout the app. */ export enum AppString { APP_NAME = "Kickstart for time", VERSION = "0.1", DEFAULT_ENDORSER_API_SERVER = "https://test.endorser.ch:8000", //DEFAULT_ENDORSER_API_SERVER = "http://localhost:3000", }