.env.example 1.0 KB

123456789101112131415161718192021222324252627
  1. # For production release, change this to PRODUCTION
  2. NEXT_PUBLIC_DEPLOY_ENV=DEVELOPMENT
  3. # The deployment edition, SELF_HOSTED
  4. NEXT_PUBLIC_EDITION=SELF_HOSTED
  5. # The base URL of console application, refers to the Console base URL of WEB service if console domain is
  6. # different from api or web app domain.
  7. # example: http://cloud.dify.ai/console/api
  8. NEXT_PUBLIC_API_PREFIX=http://1.14.94.79:5001/console/api
  9. # The URL for Web APP, refers to the Web App base URL of WEB service if web app domain is different from
  10. # console or api domain.
  11. # example: http://udify.app/api
  12. NEXT_PUBLIC_PUBLIC_API_PREFIX=http://1.14.94.79:5001/api
  13. # SENTRY
  14. NEXT_PUBLIC_SENTRY_DSN=
  15. # Disable Next.js Telemetry (https://nextjs.org/telemetry)
  16. NEXT_TELEMETRY_DISABLED=1
  17. # Disable Upload Image as WebApp icon default is false
  18. NEXT_PUBLIC_UPLOAD_IMAGE_AS_ICON=false
  19. # The timeout for the text generation in millisecond
  20. NEXT_PUBLIC_TEXT_GENERATION_TIMEOUT_MS=60000
  21. # CSP https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP
  22. NEXT_PUBLIC_CSP_WHITELIST=