From 56ee5d7a60578ef6e1de3f4fd943b96d0c4c26c4 Mon Sep 17 00:00:00 2001 From: chenos Date: Wed, 14 Dec 2022 12:50:54 +0800 Subject: [PATCH] feat: notes on APP_ENV=production --- .env.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.env.example b/.env.example index 4b2fb40e72..40d6f63b47 100644 --- a/.env.example +++ b/.env.example @@ -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