refactor: config file (#3852)

This commit is contained in:
takatost
2024-04-25 22:26:45 +08:00
committed by GitHub
parent 9cbb8ddd7f
commit 8bca908f15
6 changed files with 18 additions and 54 deletions

View File

@@ -1,6 +1,6 @@
# For production release, change this to PRODUCTION
NEXT_PUBLIC_DEPLOY_ENV=DEVELOPMENT
# The deployment edition, SELF_HOSTED or CLOUD
# The deployment edition, SELF_HOSTED
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.

View File

@@ -17,7 +17,7 @@ Then, configure the environment variables. Create a file named `.env.local` in t
```
# For production release, change this to PRODUCTION
NEXT_PUBLIC_DEPLOY_ENV=DEVELOPMENT
# The deployment edition, SELF_HOSTED or CLOUD
# The deployment edition, SELF_HOSTED
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.