{"version":3,"sources":["src/environments/environment.ts"],"sourcesContent":["// The file contents for the current environment will overwrite these during build.\n// The build system defaults to the dev environment which uses `environment.ts`, but if you do\n// `ng build --env=prod` then `environment.prod.ts` will be used instead.\n// The list of which env maps to which file can be found in `.angular-cli.json`.\n\ninterface Environment {\n production?: boolean\n baseUrl?: string\n exporLimitUI?: number\n exporLimitUser?: number\n adobePDFViewerApiKey?: string\n commit_sha?: string\n commit_timestamp?: string\n}\n\nexport const environment: Environment = {\n production: false,\n baseUrl: 'http://localhost:7003/api/v1/',\n exporLimitUI: 1000,\n exporLimitUser: 20000,\n adobePDFViewerApiKey: \"4249f06caa164a029dd2c7575bbca2a1\", // \"a38c2b66c82042acb456b6752c8822b8\"\n commit_sha: \"\",\n commit_timestamp: (new Date()).toISOString(),\n ...((window as { [key: string]: any })[\"env\"] as Environment)\n\n}"],"names":["environment","__spreadValues","production","baseUrl","exporLimitUI","exporLimitUser","adobePDFViewerApiKey","commit_sha","commit_timestamp","Date","toISOString","window"],"mappings":";;wCAeO,IAAMA,EAA2BC,EAAA,CACtCC,WAAY,GACZC,QAAS,gCACTC,aAAc,IACdC,eAAgB,IAChBC,qBAAsB,mCACtBC,WAAa,GACbC,iBAAmB,IAAIC,KAAI,EAAIC,YAAW,GACrCC,OAAkC","debug_id":"fce9b133-4e99-57a8-82c5-5d36cea9ef72"}