Add STRAPI_UPDATE_NOTIF in config doc.

Signed-off-by: HichamELBSI <elabbassih@gmail.com>
This commit is contained in:
HichamELBSI 2020-10-16 10:48:27 +02:00
parent e26b45e6be
commit a6b08b1b9c

View File

@ -137,6 +137,7 @@ Add the following configuration:
export const LOGIN_LOGO = null; export const LOGIN_LOGO = null;
export const SHOW_TUTORIALS = false; export const SHOW_TUTORIALS = false;
export const SETTINGS_BASE_URL = '/settings'; export const SETTINGS_BASE_URL = '/settings';
export const STRAPI_UPDATE_NOTIF = true;
``` ```
### Changing the host and port ### Changing the host and port