mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 01:56:16 +00:00
feat: notes on APP_ENV=production
This commit is contained in:
parent
d2fa623158
commit
56ee5d7a60
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user