AppConfig: {
    alchemy: string;
    apiPrefix: string;
    backendDomain: string;
    fallbackLanguage: string;
    frontendDomain?: string;
    headerLanguage: string;
    name: string;
    nodeEnv: string;
    platformSharePercentage: number;
    port: number;
    workingDirectory: string;
}

Type declaration

  • alchemy: string
  • apiPrefix: string
  • backendDomain: string
  • fallbackLanguage: string
  • Optional frontendDomain?: string
  • headerLanguage: string
  • name: string
  • nodeEnv: string
  • platformSharePercentage: number
  • port: number
  • workingDirectory: string

Generated using TypeDoc