Unverified Commit 7722a7c5 authored by Yuhao's avatar Yuhao Committed by GitHub

fix: bootstrap env (#127)

Co-authored-by: 's avataryuhao1118 <yuhao1118@bytedance.net>
parent 4ba38465
...@@ -14,7 +14,7 @@ CONSOLE_URL=http://127.0.0.1:5001 ...@@ -14,7 +14,7 @@ CONSOLE_URL=http://127.0.0.1:5001
API_URL=http://127.0.0.1:5001 API_URL=http://127.0.0.1:5001
# Web APP base URL # Web APP base URL
APP_URL=http://127.0.0.1:5001 APP_URL=http://127.0.0.1:3000
# celery configuration # celery configuration
CELERY_BROKER_URL=redis://:difyai123456@localhost:6379/1 CELERY_BROKER_URL=redis://:difyai123456@localhost:6379/1
......
# For production release, change this to PRODUCTION
NEXT_PUBLIC_DEPLOY_ENV=DEVELOPMENT
# The deployment edition, SELF_HOSTED or CLOUD
NEXT_PUBLIC_EDITION=SELF_HOSTED
# The base URL of console application, refers to the Console base URL of WEB service if console domain is
# different from api or web app domain.
# example: http://cloud.dify.ai/console/api
NEXT_PUBLIC_API_PREFIX=http://localhost:5001/console/api
# The URL for Web APP, refers to the Web App base URL of WEB service if web app domain is different from
# console or api domain.
# example: http://udify.app/api
NEXT_PUBLIC_PUBLIC_API_PREFIX=http://localhost:5001/api
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment