feat: notes on APP_ENV=production

This commit is contained in:
chenos 2022-12-14 12:50:54 +08:00
parent d2fa623158
commit 56ee5d7a60

View File

@ -8,6 +8,8 @@ VERDACCIO_PORT=10104
################# NOCOBASE APPLICATION #################
# !!! When `APP_ENV=production`, opening http://localhost:13000/ will show "Not Found".
# !!! It is recommended to use nginx to proxy static files. For example https://github.com/nocobase/nocobase/blob/main/docker/nocobase/nocobase.conf
APP_ENV=development
APP_PORT=13000
APP_KEY=test-key