dev property

Config dev
final

Implementation

static final dev = Config._(
  googleSignInHostedDomain: null,
  apiHost: 'localhost',
  apiPort: 4000,
  isApiSecure: false,
  storageHost: 'localhost',
  storagePort: 8080,
  isStorageSecure: false,
  intlPackageVersion: '^18.0.0',
);