Skip to content

Commit fe106b6

Browse files
authored
Update .env
1 parent baa6d71 commit fe106b6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.env

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,15 @@ export NPP_GID_=33749
5555

5656
# NPP Development environment
5757
export NPP_DEV_ENABLED_=1
58+
export NPP_HACK_HOST_=1
5859
export NPP_DEV_PLUGIN_NAME_=fastcgi-cache-purge-and-preload-nginx
5960
export NPP_DEV_PLUGIN_DIR_="${NPP_WEB_ROOT_}/wp-content/plugins/${NPP_DEV_PLUGIN_NAME_}"
6061
export NPP_DEV_TMP_CLONE_DIR_="/tmp/${NPP_DEV_PLUGIN_NAME_}"
6162
export NPP_DEV_PLUGIN_FILE_="${NPP_DEV_PLUGIN_DIR_}/${NPP_DEV_PLUGIN_NAME_}.php"
6263
export NPP_DEV_GITHUB_REPO_="https://github.com/psaux-it/nginx-fastcgi-cache-purge-and-preload.git"
6364

64-
# Plugins to auto Install (comma seperated) - Dev Tools
65-
export NPP_PLUGINS_="${NPP_DEV_PLUGIN_NAME_},query-monitor,plugin-check,wp-crontrol,health-check"
65+
# Plugins to auto Install (comma seperated)
66+
export NPP_PLUGINS_="${NPP_DEV_PLUGIN_NAME_}"
6667

6768
# Themes to auto Install (comma seperated)
6869
export NPP_THEMES_="blue-note"

0 commit comments

Comments
 (0)