mirror of
https://github.com/labring/FastGPT.git
synced 2025-12-28 23:52:47 +00:00
Some checks failed
deploy-docs / deploy-production (push) Has been cancelled
Build docs images and copy image to docker hub / build-fastgpt-docs-images (push) Has been cancelled
Build FastGPT images in Personal warehouse / build-fastgpt-images (push) Has been cancelled
Release / helm (push) Has been cancelled
Sync images / sync (push) Has been cancelled
Build docs images and copy image to docker hub / update-docs-image (push) Has been cancelled
* perf: clear tmp files * fix doc images * update docker-compose
4 lines
154 B
TypeScript
4 lines
154 B
TypeScript
export const FastGPTProUrl = process.env.PRO_URL ? `${process.env.PRO_URL}/api` : '';
|
|
|
|
export const isProduction = process.env.NODE_ENV === 'production';
|